Skip to content

Commit cc51c89

Browse files
fix
1 parent f729c78 commit cc51c89

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
@@ -14,7 +14,7 @@ const languageClientId = 'ast-grep-client'
1414
const languageClientName = 'ast-grep language client'
1515

1616
function getExecutable(isDebug: boolean): Executable {
17-
const defaultExecutable = process.platform === 'win32' ? 'sg.exe' : 'sg'
17+
const defaultExecutable = 'sg'
1818
const command =
1919
workspace.getConfiguration('astGrep').get<string>('serverPath') ||
2020
defaultExecutable

0 commit comments

Comments
 (0)