Skip to content

Commit 9db8953

Browse files
committed
rev path
1 parent c79191e commit 9db8953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let client: LanguageClient;
1616
// This method is called when your extension is activated
1717
// Your extension is activated the very first time the command is executed
1818
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'] };
19+
const serverExecutable = { command: 'shader-ls', args: ['--stdio'] };
2020

2121
const serverOptions: ServerOptions = {
2222
run: serverExecutable,

0 commit comments

Comments
 (0)