Skip to content

Commit 2d82960

Browse files
committed
Removed redundant replace
The replace occurs at the top of the cyclical cache
1 parent 404851e commit 2d82960

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/tools.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ export function resolveVariables(input: string | undefined, additionalEnvironmen
9494
newValue = folder.uri.fsPath;
9595
}
9696

97-
// Replace the initial string
98-
newValue = input.replace(/(\${workspaceFolder(?:(:|.)\w*)?})/g, newValue);
9997
}
10098
break;
10199
}

0 commit comments

Comments
 (0)