Skip to content

Commit 4ff5418

Browse files
committed
simplified
Signed-off-by: Luke Aguilar <dev@rdxip.com>
1 parent 6a424fd commit 4ff5418

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/utils.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,6 @@ export function resolvePathVariables(pathStr: string): string {
369369
if (!pathStr) {
370370
return pathStr;
371371
}
372-
const requiresWorkspace = pathStr.includes('${workspaceFolder}') ||
373-
pathStr.includes('${workspaceFolderBasename}');
374-
if (requiresWorkspace && !workspace.workspaceFolders?.length) {
375-
return pathStr;
376-
}
377372
return vscodeVariables(pathStr);
378373
}
379374

0 commit comments

Comments
 (0)