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.
1 parent 2aeb0d9 commit 072245dCopy full SHA for 072245d
src/views/dataNode.ts
@@ -58,7 +58,7 @@ export abstract class DataNode extends ExplorerNode {
58
59
protected computeContextValue(): string {
60
let contextValue = this.contextValue;
61
- if (this.uri) {
+ if (this.uri && this.uri.startsWith("file:")) {
62
contextValue = `${contextValue || ""}+uri`;
63
}
64
if (contextValue) {
0 commit comments