Skip to content

Commit a578bd3

Browse files
committed
temp
1 parent 301f9f9 commit a578bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode/extension/src/utilities/sqlmesh/sqlmesh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const sqlmesh_lsp_exec = async (): Promise<
171171
VIRTUAL_ENV: path.dirname(interpreterDetails.binPath!),
172172
PATH: interpreterDetails.binPath!,
173173
},
174-
args: ['sqlmesh_lsp'],
174+
args: ['sqlmesh', 'lsp'],
175175
})
176176
}
177177
const binPath = path.join(interpreterDetails.binPath!, "sqlmesh_lsp")

0 commit comments

Comments
 (0)