Skip to content

Commit 6eb8306

Browse files
committed
Revert part of debugging fix
1 parent 6f21508 commit 6eb8306

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/providers/DocumentContentProvider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ export class DocumentContentProvider implements vscode.TextDocumentContentProvid
186186
uri = uri.with({
187187
query: "csp=1",
188188
});
189-
} else {
190-
// Remove filters etc which the folder uri may have specified
191-
uri = uri.with({ query: "" });
192189
}
193190
}
194191
return uri;

0 commit comments

Comments
 (0)