Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/dark/icon-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/light/icon-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@
"vscode-extension-telemetry-wrapper": "^0.3.8",
"xml2js": "^0.4.19"
}
}
}
2 changes: 1 addition & 1 deletion src/views/dependencyExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class DependencyExplorer {
});

this._dataProvider.onDidChangeTreeData(() => {
if (window.activeTextEditor && Settings.syncWithFolderExplorer()) {
Comment thread
Flanker32 marked this conversation as resolved.
Outdated
if (window.activeTextEditor) {
this.reveal(window.activeTextEditor.document.uri);
}
});
Expand Down