We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae8999 + 6534b7f commit 796bcf1Copy full SHA for 796bcf1
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