mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
Explicitly hide TS version status when in ts/js file with unknown scheme
This commit is contained in:
@@ -40,8 +40,10 @@ export default class VersionStatus {
|
||||
if (vscode.languages.match([languageModeIds.typescript, languageModeIds.typescriptreact], doc)) {
|
||||
if (this.normalizePath(doc.uri)) {
|
||||
this.versionBarEntry.show();
|
||||
return;
|
||||
} else {
|
||||
this.versionBarEntry.hide();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if (!vscode.window.activeTextEditor.viewColumn) {
|
||||
|
||||
Reference in New Issue
Block a user