File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
setup :
15
15
runs-on : ubuntu-latest
16
+ strategy :
17
+ matrix :
18
+ node-version : [16.x]
19
+
16
20
steps :
17
21
- name : checkout
18
22
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import { IKeybindingService } from 'monaco-editor/esm/vs/platform/keybinding/com
17
17
import { ICommandService } from 'monaco-editor/esm/vs/platform/commands/common/commands' ;
18
18
import { ITelemetryService } from 'monaco-editor/esm/vs/platform/telemetry/common/telemetry' ;
19
19
import { INotificationService } from 'monaco-editor/esm/vs/platform/notification/common/notification' ;
20
- import { Codicon } from 'monaco-editor/esm/vs/base/common/codicons' ;
21
20
import { TriggerAction } from 'monaco-editor/esm/vs/platform/quickinput/browser/pickerQuickAccess' ;
22
21
import {
23
22
MenuId ,
@@ -81,7 +80,7 @@ export class CommandQuickAccessProvider extends AbstractEditorCommandsQuickAcces
81
80
...c ,
82
81
buttons : [
83
82
{
84
- iconClass : Codicon . gear . classNames ,
83
+ iconClass : 'codicon codicon- gear' ,
85
84
tooltip : localize (
86
85
'configure keybinding' ,
87
86
'Configure Keybinding'
You can’t perform that action at this time.
0 commit comments