fix: output-windows displaying as status
This commit is contained in:
parent
6e3a6c8543
commit
fa3205bea5
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ export default class Activity implements Disposable {
|
|||
let workspaceFolder = null;
|
||||
let fullDirname = null;
|
||||
if (window.activeTextEditor) {
|
||||
if (window.activeTextEditor.document.languageId === 'Log') return raw;
|
||||
filename = basename(window.activeTextEditor.document.fileName);
|
||||
|
||||
const { dir } = parse(window.activeTextEditor.document.fileName);
|
||||
|
|
Loading…
Reference in a new issue