Commit Graph

16329 Commits

Author SHA1 Message Date
Martin Aeschlimann c0e52f82b5 Monokai Dimmed theme does not show diff highlight. Fixes #21790 2017-03-15 16:57:12 +01:00
Martin Aeschlimann 38792102e3 solarized light: bring back diff color rules #22672 2017-03-15 16:57:12 +01:00
Benjamin Pasero bd1f801704 themes - status bar background color 2017-03-15 16:14:22 +01:00
Benjamin Pasero d3dc8138c1 Merge pull request #22662 from Microsoft/ben/theming
First cut of theming inside the workbench
2017-03-15 15:29:20 +01:00
isidor 094d4c0b52 repl: set the filterText correctly when computing suggestions in repl 2017-03-15 12:59:11 +01:00
Benjamin Pasero 1f832b6820 themes - avoid extra listener from search viewlet 2017-03-15 12:39:48 +01:00
Benjamin Pasero 540cfbd4e7 use correct theme 2017-03-15 12:28:43 +01:00
isidor 7293d4980a debug: aslo invalitdate variable children cache on set variable 2017-03-15 12:22:53 +01:00
isidor 47ce9a30b8 debug: cache children, helps with REPL which does a lot of tree refresh
fixes #18001
2017-03-15 12:14:14 +01:00
Benjamin Pasero fec6d40d0f themeservice in all components 2017-03-15 12:12:57 +01:00
Benjamin Pasero f682cf441c less use of monaco-editor-background 2017-03-15 10:42:04 +01:00
isidor 1a37d2941e fixes #22609 2017-03-15 10:29:05 +01:00
Benjamin Pasero 25a5742167 fix styles 2017-03-15 10:22:39 +01:00
Benjamin Pasero cf07c5e8fc Merge branch 'master' into ben/theming 2017-03-15 10:15:55 +01:00
Benjamin Pasero a0f31a5a99 move themeservice into shell 2017-03-15 10:15:01 +01:00
Benjamin Pasero 16cd8842c7 Merge branch 'master' into ben/theming 2017-03-15 10:07:07 +01:00
Martin Aeschlimann 23edcfe3e4 workbench: move ThemeService creation ahead of UI services 2017-03-15 09:49:22 +01:00
Martin Aeschlimann 803ec5b696 themeservice: remove constructor dependency on IConfigurationEditingService 2017-03-15 09:43:59 +01:00
Martin Aeschlimann e2427505bf themeservice: remove IFileService dependency 2017-03-15 08:53:03 +01:00
Rob Lourens 6a00291035 bump node-debug2 2017-03-14 16:06:42 -07:00
Daniel Imms 848157095a Support IShellLaunchConfig.initialText
Fixes #22377
2017-03-14 14:58:40 -07:00
Rob Lourens 6cb6a82fa1 Bump vscode-ripgrep 2017-03-14 14:56:13 -07:00
Daniel Imms 5cbb1b0d8e Merge pull request #22565 from Microsoft/tyriar/19078
Support terminal shell args as string
2017-03-14 11:22:37 -07:00
Benjamin Pasero f2e0856e00 Merge branch 'master' into ben/theming 2017-03-14 18:40:19 +01:00
isidor c5dc5153b4 fixes #22608 2017-03-14 18:17:09 +01:00
isidor 77490dd641 fixes #22605 2017-03-14 18:15:38 +01:00
isidor c217768021 debug: allow PresentationHint to change during a debug session
fixes #22432
2017-03-14 18:13:06 +01:00
Alex Dima 560d5e0c19 Add NativeResolvedKeybinding & tests 2017-03-14 18:02:28 +01:00
Alex Dima 279e9e5db1 Handle combining accents in keyboardMapper 2017-03-14 18:01:37 +01:00
Alex Dima 11b6cd6e10 Eliminate KeyCombo 2017-03-14 18:01:37 +01:00
Alex Dima 5421a06021 A keybinding can be triggered by multiple HardwareKeypresses 2017-03-14 18:01:36 +01:00
Alex Dima febba19637 More keyboardMapper cases & tests 2017-03-14 18:01:35 +01:00
isidor 9bf1030ff0 fix compile error 2017-03-14 17:55:58 +01:00
isidor 2eca3865bc Allow a stack frame with no source that has a presentationHint
fixes #20677
2017-03-14 17:52:06 +01:00
Joao Moreno 8e285069c7 list: fix list sorting to use numeric sorting 2017-03-14 17:37:51 +01:00
Joao Moreno 2f4b91324b 📝 list: docs 2017-03-14 17:37:51 +01:00
Joao Moreno b1cb85e402 list: only touch the absolute necessary rows, when working with traits 2017-03-14 17:37:51 +01:00
isidor 475879d463 debug: polish multiple breakpoints glyph context menu 2017-03-14 16:51:59 +01:00
Martin Aeschlimann 89ffb41d0e adding theme.isDefault, fix editorSelectionHighlightColor 2017-03-14 16:39:03 +01:00
isidor aac50961f9 debug: move saveAll and reloadConfiguration to the correct method
fixes #22535
2017-03-14 16:12:10 +01:00
Benjamin Pasero fed8726d2b theming: first cut get rid of monaco-editor-background 2017-03-14 15:56:28 +01:00
isidor 7788328162 debug: introduce debugState context key
fixes #22411
2017-03-14 15:55:52 +01:00
Benjamin Pasero 7fad59dd1f fix #22604 2017-03-14 15:25:04 +01:00
isidor 164a677f5f debug: do not send empty string to adapter for evalute on hover
fixes #22407
2017-03-14 12:53:05 +01:00
Andre Weinand 3df32b6d5c DAP: add presentationHint attribute to StackFrame 2017-03-14 12:32:55 +01:00
isidor f7325115e8 debug: emit state on onDidChangeState event 2017-03-14 12:28:34 +01:00
Dirk Baeumer ef97a4fc07 Deprecate old watchedTask* properties 2017-03-14 12:26:10 +01:00
Dirk Baeumer e10b3a6a1a Reuse schemas defined in problemMatcher.ts 2017-03-14 12:25:43 +01:00
Dirk Baeumer f51220dbf7 Fixes #22066: Allow extensions to contribute named problem matchers via package.json 2017-03-14 12:07:15 +01:00
isidor e140159192 panel: polish restore label 2017-03-14 12:05:44 +01:00