Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-28Fixes #85058: Handle isMac, isLinux, isWindows directlyAlex Dima
2020-02-28Improvements to context keysAlex Dima
2020-02-28Distinguish context key factory from typeAlex Dima
2020-02-26Always dispatch to keybinding service when in chord mode in terminalDaniel Imms
2019-11-07Mark keybindings arrays as readonlyMatt Bierner
2019-11-06Code action intellisense in the keybindings JSON editorMatt Bierner
2019-10-10shift+tab/shift+enter overwrite suffix when accepting a completion, #10266Johannes Rieken
2019-10-10notifications - allow to configure a filter to silence notificationsBenjamin Pasero
2019-09-19Prefer using Disposable.None vs custom noop disposableMatt Bierner
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-07-26Fixes #22778: Add `or` for when clause contextsAlex Dima
2019-07-24Merge pull request #72345 from hedgerh/command-execute-eventsJohannes Rieken
2019-07-03Removes abbreviations in strongly typed telemetry events (#76478)Logan Ramos
2019-07-03Fix monaco editor check errorsMatt Bierner
2019-07-02Use a proper Map for ICommandsMapMatt Bierner
2019-07-02Initial Strict Typing Support for Telemetry Events (#75785)Logan Ramos
2019-06-28Merge branch 'master' into command-execute-eventsJohannes Rieken
2019-06-24clean upSandeep Somavarapu
2019-06-23adopt keybindings to user data serviceSandeep Somavarapu
2019-06-19Merge remote-tracking branch 'upstream/master' into rebornix/keyboardlayoutsPeng Lyu
2019-06-19no-verifyPeng Lyu
2019-06-18organize importsPeng Lyu
2019-06-18move keybinding validator out of keybindingRegistryPeng Lyu
2019-06-10assert native keybinding in web.Peng Lyu
2019-06-05debt - remove dependency of keybinding service to status bar serviceBenjamin Pasero
2019-05-16ResolvedKeybindingItem as undefined instead of nullMatt Bierner
2019-05-05Removed disposeListeners from commandService and only remove listener on Main...Harry Hedger
2019-05-05Made recommended changesHarry Hedger
2019-05-05Implemented onDidExecuteCommand api methodHarry Hedger
2019-04-03adopt PauseableEmitter in ContextKeyService and for EditorModeContext, #71642Johannes Rieken
2019-03-21Replacing null with undefined around `ContextKeyExpr`Matt Bierner
2019-03-12Fix #70230Sandeep Somavarapu
2019-03-11Use nullToUndefined more widelyMatt Bierner
2019-03-05Strict null check editorActions and editorCommandsMatt Bierner
2019-02-21Add _standardKeyboardEventBrand to make it clear a StandardKeyboardEvent is e...Alex Dima
2019-02-21Move inspectKeybindings to /browser/ (#69102)Alex Dima
2019-02-18Tweaks for #68863Alex Dima
2019-02-18ResolvedKeybindingItem now supports keychords of any length.Yusuke Tsutsumi
2019-02-18Extract BaseResolvedKeybinding to its own fileAlex Dima
2019-02-15Introduce BaseResolvedKeybindingAlex Dima
2019-02-15Tweaks for #65826Alex Dima
2019-02-15Merge remote-tracking branch 'origin/master' into pr/toumorokoshi/65826Alex Dima
2019-02-06es6 compile attemptsJohannes Rieken
2019-01-18Fixing strict-null-checksYusuke Tsutsumi
2019-01-17Merge remote-tracking branch 'source/master' into feature/keychordsYusuke Tsutsumi
2019-01-17Modified unit tests to support multiple chordsYusuke Tsutsumi
2019-01-16Make the keybindings extension point dynamic (#66574)Alex Dima
2019-01-14Modified labels creators to accept a list of chord parts.Yusuke Tsutsumi
2019-01-13stopgap: addressed TODO, focus on UI labels next.Yusuke Tsutsumi
2019-01-12Use for-of loops in place of some common index based loopsMatt Bierner