Skip to content

Commit 9181010

Browse files
benfdkingCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c65470b commit 9181010

File tree

1 file changed

+1
-1
lines changed
  • vscode/extension/src/lsp

1 file changed

+1
-1
lines changed

vscode/extension/src/lsp/lsp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class LSPClient implements Disposable {
110110
args: sqlmesh.value.args,
111111
},
112112
}
113-
const paths = resolveProjectPath(getWorkspaceFolders()[0])
113+
const paths = resolveProjectPath(workspaceFolders[0])
114114
if (isErr(paths)) {
115115
traceError(`Failed to resolve project paths: ${paths.error}`)
116116
return err({ type: 'generic', message: paths.error })

0 commit comments

Comments
 (0)