This commit is contained in:
2023-12-15 14:27:11 +05:30
parent f8083b26d2
commit 36ed3328d1
5 changed files with 123 additions and 122 deletions

View File

@@ -18,10 +18,10 @@ import {
Position,
} from 'vscode-languageserver';
// import * as path from 'path';
import { TextDocument } from 'vscode-languageserver-textdocument';
// import { getTree } from './bfGrammar';
// Create a connection for the server. The connection uses Node's IPC as a transport.
// Also include all preview / proposed LSP features.