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 f729c78 commit cc51c89Copy full SHA for cc51c89
src/extension.ts
@@ -14,7 +14,7 @@ const languageClientId = 'ast-grep-client'
14
const languageClientName = 'ast-grep language client'
15
16
function getExecutable(isDebug: boolean): Executable {
17
- const defaultExecutable = process.platform === 'win32' ? 'sg.exe' : 'sg'
+ const defaultExecutable = 'sg'
18
const command =
19
workspace.getConfiguration('astGrep').get<string>('serverPath') ||
20
defaultExecutable
0 commit comments