mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-31 07:04:52 +00:00
Changing to an LSP style model. Client extension is now small af
This commit is contained in:
parent
cefd0e2e67
commit
3db6964f7c
21 changed files with 728 additions and 820 deletions
3
server/src/server.ts
Normal file
3
server/src/server.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import * as vscodeLang from 'vscode-languageserver'
|
||||
import { exec } from 'child_process'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue