Skill Claude CodeCodex
Best practices for reading and reacting to VS Code settings in a Language Server Protocol (LSP) server. Use when handling vscode configuration or LSP configuration from clients.
Skill Claude CodeCodex
Best practices for reading and reacting to VS Code settings in a Language Server Protocol (LSP) server. Use when handling vscode configuration or LSP configuration from clients.
Cursor rule Cursor
Beancount Language Server Protocol (LSP) implementation run on electron and browser (VSCode for Web / github.dev).
Cursor rule Cursor
Use the text document from the new vscode-languageserver-textdocument package. DO NOT using import { TextDocument } from 'vscode-languageserver' DO import { TextDocument } from 'vscode-languageserver-textdocument' instead.
Cursor rule Cursor
Beancount Language Server Protocol (LSP) implementation run on electron and browser (VSCode for Web / github.dev).
Cursor rule Cursor
Intro: This project is a monorepo managed by pnpm. It is a Language Server Protocol(LSP) implementation of Beancount (A plain text accounting Language).
Instructions file CodexOpenCode
AGENTS.md instructions for fengkx/beancount-lsp, a project described as: Beancount Language Server Protocol (LSP) implementation run on electron and browser (VSCode for Web / github.dev).
Instructions file
Claude Code instructions for fengkx/beancount-lsp, covering repository agent notes, project overview, architecture, monorepo structure and key technical decisions.