We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae8999 commit 6534b7fCopy full SHA for 6534b7f
vscode/client/src/extension.ts
@@ -58,7 +58,7 @@ export function activate(context: ExtensionContext) {
58
throw new Error('No workspace folder is open');
59
}
60
const workspaceFolder = workspaceFolders[0];
61
- const workspaceFolderPath = workspaceFolder.uri.path;
+ const workspaceFolderPath = workspaceFolder.uri.fsPath;
62
63
const serverOptions = () => {
64
const djlspProcess = spawn(djlspPath, djlspArgs, {
0 commit comments