File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { Editors } from './editors';
7
7
import { Code } from './code' ;
8
8
import { QuickInput } from './quickinput' ;
9
9
import { basename , isAbsolute } from 'path' ;
10
- import { Quality } from './application' ;
11
10
12
11
enum QuickAccessKind {
13
12
Files = 1 ,
@@ -23,11 +22,7 @@ export class QuickAccess {
23
22
24
23
// make sure the file quick access is not "polluted"
25
24
// with entries from the editor history when opening
26
- if ( this . code . quality !== Quality . Stable ) {
27
- await this . runCommand ( 'workbench.action.clearEditorHistoryWithoutConfirm' ) ;
28
- } else {
29
- await this . runCommand ( 'workbench.action.clearEditorHistory' ) ;
30
- }
25
+ await this . runCommand ( 'workbench.action.clearEditorHistoryWithoutConfirm' ) ;
31
26
32
27
const PollingStrategy = {
33
28
Stop : true ,
You can’t perform that action at this time.
0 commit comments