提交 d3e2fe7c 编写于 作者: M Matt Bierner

Explicitly hide TS version status when in ts/js file with unknown scheme

上级 0f907abc
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册