We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2221664 commit 9ee8a53Copy full SHA for 9ee8a53
src/api/index.ts
@@ -111,7 +111,7 @@ export class AtelierAPI {
111
if (
112
parts.length === 2 &&
113
(config("intersystems.servers").has(parts[0].toLowerCase()) ||
114
- vscode.workspace.workspaceFolders.find(
+ vscode.workspace.workspaceFolders?.find(
115
(ws) => ws.uri.scheme === "file" && ws.name.toLowerCase() === parts[0].toLowerCase()
116
))
117
) {
0 commit comments