remove the dirty flag (#14292)

This commit is contained in:
Alan Ren
2021-02-13 19:01:26 -08:00
committed by GitHub
parent 0f748a60b3
commit 54facabde3

View File

@@ -277,10 +277,6 @@ export class ProfilerInput extends EditorInput implements IProfilerSession {
this.data.clearFilter();
}
isDirty(): boolean {
return this.state.isRunning || !!this.state.isPaused;
}
dispose() {
super.dispose();
this._profilerService.disconnectSession(this.id);