We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vscode/src/vs/workbench/contrib/chat/common/promptSyntax/parsers/basePromptParser.ts
Line 253 in 714d186
Uses this.uri.path to identify URIs that have already been processed.
this.uri.path
Use ResourceSet/ResourceMap instead to work with the full URI.
Note: seenReferences.push(this.uri.path); seems unnecessary
seenReferences.push(this.uri.path);