We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79191e commit 9db8953Copy full SHA for 9db8953
src/extension.ts
@@ -16,7 +16,7 @@ let client: LanguageClient;
16
// This method is called when your extension is activated
17
// Your extension is activated the very first time the command is executed
18
export function activate(context: vscode.ExtensionContext) {
19
- const serverExecutable = { command: 'D:/_workspace/LSP/shader-language-server/Server/bin/Debug/net7.0/shader-ls', args: ['--stdio'] };
+ const serverExecutable = { command: 'shader-ls', args: ['--stdio'] };
20
21
const serverOptions: ServerOptions = {
22
run: serverExecutable,
0 commit comments