language
01Cursor rule Cursor
Beancount Language Server Protocol (LSP) implementation run on electron and browser (VSCode for Web / github.dev).
48 2d ago A 0 tokens
original MIT
4 tagged beancount, measured the same way as everything else here.
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
Intro: This project is a monorepo managed by pnpm. It is a Language Server Protocol(LSP) implementation of Beancount (A plain text accounting Language).