We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301f9f9 commit a578bd3Copy full SHA for a578bd3
1 file changed
vscode/extension/src/utilities/sqlmesh/sqlmesh.ts
@@ -171,7 +171,7 @@ export const sqlmesh_lsp_exec = async (): Promise<
171
VIRTUAL_ENV: path.dirname(interpreterDetails.binPath!),
172
PATH: interpreterDetails.binPath!,
173
},
174
- args: ['sqlmesh_lsp'],
+ args: ['sqlmesh', 'lsp'],
175
})
176
}
177
const binPath = path.join(interpreterDetails.binPath!, "sqlmesh_lsp")
0 commit comments