mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-30 21:37:25 +00:00
Updated everything to work with latest vscode
restored lang server stdout added hard-coded link provider
This commit is contained in:
parent
c4ad024d3d
commit
156d76e7de
17 changed files with 492 additions and 1610 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue