Fix hardcoded reference

This commit is contained in:
Elio Struyf
2023-07-11 10:08:14 +02:00
parent 6de325b8ec
commit 4b87430776

View File

@@ -182,7 +182,7 @@ export class Folders {
) {
staticFolder =
staticFolder === '/' || staticFolder === './'
? Folders.getAbsFilePath('[[workspace]]')
? Folders.getAbsFilePath(WORKSPACE_PLACEHOLDER)
: Folders.getAbsFilePath(staticFolder);
const wsFolder = Folders.getWorkspaceFolder();
if (wsFolder) {