Skip to content

Commit 509d870

Browse files
authored
fix: vscode tcloud fix order of checks (#4744)
1 parent 31f90d0 commit 509d870

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,6 @@ export const sqlmeshLspExec = async (): Promise<
390390
type: 'not_signed_in',
391391
})
392392
}
393-
const exists = await doesExecutableExist(sqlmeshLSP)
394-
if (!exists) {
395-
return err({
396-
type: 'sqlmesh_lsp_not_found',
397-
})
398-
}
399393
const ensured = await ensureSqlmeshEnterpriseInstalled()
400394
if (isErr(ensured)) {
401395
return ensured

0 commit comments

Comments
 (0)