mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
Fixed graphdot cmd, more &str less String, unescaping URIs, lint on save/open
This commit is contained in:
parent
72bf3c6d4f
commit
ec17f3df4f
5 changed files with 56 additions and 29 deletions
|
@ -55,7 +55,8 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
|
||||
context.subscriptions.push(vscode.commands.registerCommand("mcshader.graphDot", async () => {
|
||||
await langServer.sendRequest(vscodeLang.ExecuteCommandRequest.type.method, {
|
||||
command: 'graphDot'
|
||||
command: 'graphDot',
|
||||
arguments: [vscode.workspace.workspaceFolders[0].uri.path],
|
||||
})
|
||||
}))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue