MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / regexp

Function regexp

Extension/src/common.ts:397–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395
396 // Replace environment and configuration variables.
397 const regexp: () => RegExp = () => /\$\{((env|config|workspaceFolder)(\.|:))?(.*?)\}/g;
398 let ret: string = input;
399 const cycleCache = new Set<string>();
400 while (!cycleCache.has(ret)) {

Callers 1

resolveVariablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected