File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 setup :
1515 runs-on : ubuntu-latest
16+ strategy :
17+ matrix :
18+ node-version : [16.x]
19+
1620 steps :
1721 - name : checkout
1822 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
1717import { ICommandService } from 'monaco-editor/esm/vs/platform/commands/common/commands' ;
1818import { ITelemetryService } from 'monaco-editor/esm/vs/platform/telemetry/common/telemetry' ;
1919import { INotificationService } from 'monaco-editor/esm/vs/platform/notification/common/notification' ;
20- import { Codicon } from 'monaco-editor/esm/vs/base/common/codicons' ;
2120import { TriggerAction } from 'monaco-editor/esm/vs/platform/quickinput/browser/pickerQuickAccess' ;
2221import {
2322 MenuId ,
@@ -81,7 +80,7 @@ export class CommandQuickAccessProvider extends AbstractEditorCommandsQuickAcces
8180 ...c ,
8281 buttons : [
8382 {
84- iconClass : Codicon . gear . classNames ,
83+ iconClass : 'codicon codicon- gear' ,
8584 tooltip : localize (
8685 'configure keybinding' ,
8786 'Configure Keybinding'
You can’t perform that action at this time.
0 commit comments