Skip to content

Use ResourceSet/ResourceMap when mapping URIs #248393

Closed
@aeschli

Description

@aeschli

if (seenReferences.includes(this.uri.path)) {

Uses this.uri.path to identify URIs that have already been processed.

Use ResourceSet/ResourceMap instead to work with the full URI.

Note: seenReferences.push(this.uri.path); seems unnecessary

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugchat-promptsPrompt and Instruction files related issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions