Updated everything to work with latest vscode

restored lang server stdout
added hard-coded link provider
This commit is contained in:
Noah Santschi-Cooney 2019-08-10 23:38:21 +01:00
parent c4ad024d3d
commit 156d76e7de
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
17 changed files with 492 additions and 1610 deletions

View file

@ -1,6 +1,6 @@
import * as path from 'path'
import * as vscode from 'vscode'
import * as vscodeLang from 'vscode-languageclient'
import * as path from 'path'
export async function activate(context: vscode.ExtensionContext) {
const serverModule = context.asAbsolutePath(path.join('server', 'out', 'server.js'))