Changing to an LSP style model. Client extension is now small af

This commit is contained in:
Noah Santschi-Cooney 2018-06-02 21:04:53 +01:00
parent cefd0e2e67
commit 3db6964f7c
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
21 changed files with 728 additions and 820 deletions

3
server/src/server.ts Normal file
View file

@ -0,0 +1,3 @@
import * as vscodeLang from 'vscode-languageserver'
import { exec } from 'child_process'