Commit graph

94057 commits

Author SHA1 Message Date
David Dossett 458a294bbb Update debug color registrations 2022-03-10 15:43:08 -08:00
David Dossett f1bb9324d7 Update git color contributions 2022-03-10 15:33:21 -08:00
David Dossett 4aefe50b1f Update testing color registrations 2022-03-10 15:26:59 -08:00
David Dossett 79bbc88d0c Update settings editor registrations 2022-03-10 15:24:27 -08:00
David Dossett 8348698b2b Update welcome page registrations 2022-03-10 15:22:01 -08:00
David Dossett bf123cb4ae Update extension icon registrations 2022-03-10 15:20:36 -08:00
David Dossett 42e7f2d8ff Update peek view color registrations 2022-03-10 15:17:11 -08:00
David Dossett 06ac63deaf Update terminal color registry 2022-03-10 15:09:06 -08:00
David Dossett e5a0b195fe Update more color registries 2022-03-10 14:58:39 -08:00
David Dossett 100b38ce7a Update colorRegistry 2022-03-10 11:59:11 -08:00
Martin Aeschlimann 5bd0a86338
set hcLight for simple cases (null, color reference) 2022-03-09 17:35:45 +01:00
Martin Aeschlimann cdcaf2cf0f
more fixes 2022-03-09 15:44:38 +01:00
Martin Aeschlimann 069f2085d8
fix tests 2022-03-09 15:20:15 +01:00
Martin Aeschlimann 1c4ffb26d9
preferredHighContrastLightTheme setting and more changes 2022-03-09 14:45:14 +01:00
Martin Aeschlimann 9245f60f40
Add hc light theme kind 2022-03-08 17:05:33 +01:00
Christof Marti 733bf1d58e Add support for definitions nested in .devcontainer 2022-03-08 11:15:34 +01:00
Johannes Rieken 68718a5b52
more API todos for inline completions 2022-03-08 10:30:57 +01:00
Sandeep Somavarapu d641041fed
Fix #144651 2022-03-08 09:19:37 +01:00
Alex Dima 07fd022921
Unblock CI (#144649) 2022-03-08 09:03:10 +01:00
Johannes Rieken 7a14246db6
some API todo updates 2022-03-08 08:51:17 +01:00
Johannes Rieken 6ee8e00695
update jsdoc, https://github.com/microsoft/vscode/issues/141576 2022-03-08 08:51:17 +01:00
Alex Dima 7412074cf3
Add missing repo and missing label 2022-03-08 08:48:49 +01:00
Benjamin Pasero 98c97abb8a
Can't Save File (fix #144614) 2022-03-08 07:24:59 +01:00
Jackson Kearl 45b4204501
Implement reduced motion in getting started 2022-03-07 19:53:40 -08:00
Jackson Kearl 0348b8bd3e
Simplify slightly 2022-03-07 19:53:40 -08:00
rebornix aabbbdf0a8
fix #130724. 2022-03-07 18:18:28 -08:00
rebornix 95cbbe5c1d
💄 2022-03-07 18:18:28 -08:00
Jackson Kearl 4ef11afa30
Add initial reduce motion service ref #128595 2022-03-07 18:16:09 -08:00
Ondrej Medek 529cc9c859
fix markdownDescription for javascript.suggest.jsdoc.generateReturns (#144486) 2022-03-07 17:12:55 -08:00
Matt Bierner 9b32ee6588
Fix regular expression for auto indent
Fixes #144505

Removes a `/` that was mistakenly copied over when moving these rules to json
2022-03-07 17:01:40 -08:00
Rob Lourens eb2a7eef68 Fix #144556 2022-03-07 16:31:46 -08:00
David Dossett 780a0f8bc8 Center contrast border on lower activity bar items 2022-03-07 15:54:22 -08:00
David Dossett c223b04c93 Fix #143742 2022-03-07 15:41:51 -08:00
David Dossett dfbe7c394f Update light HC error tokens 2022-03-07 15:18:48 -08:00
Peng Lyu ab49f4f310
Merge pull request #144623 from AnWeber/main
Fix #144622 using mime text/x-json instead of application/json
2022-03-07 14:02:58 -08:00
rebornix a7c574d4e7
extract notebook insert toolbar, status bar and title toolbar css. 2022-03-07 11:55:50 -08:00
rebornix 261118c409
no more scrollbar styling for builtin output renderers. 2022-03-07 11:55:50 -08:00
rebornix 73cd14b4e5
extract focus indicator css 2022-03-07 11:55:49 -08:00
rebornix 64e1bca524
extract notebook toolbar css 2022-03-07 11:55:49 -08:00
rebornix cd16745d71
remove dup css import. 2022-03-07 11:55:49 -08:00
Daniel Imms 6002fa1490 Update decoration colors to be based on new editor colors
Fixes #144269
2022-03-07 11:49:28 -08:00
Andreas Weber 70cc8c10e1
Fix #144622 using mime text/x-json instead of application/json 2022-03-07 20:45:40 +01:00
David Dossett 0140fba8bb Fix #144574 and #144586 2022-03-07 11:42:07 -08:00
David Dossett a8482cf684 Fix #144500 2022-03-07 11:14:18 -08:00
David Dossett 42588a1252 Fix #144357 2022-03-07 11:07:15 -08:00
David Dossett 705793682b Fix #144577 2022-03-07 10:31:09 -08:00
Jackson Kearl 33c614d11a
Don't use language autodetect editors that have had a language set via paste (#144352)
* Fix #143904

* Simplify control flow

* Don't block overriding when pasting a prefix

* :liptick:

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-03-07 10:25:00 -08:00
David Dossett 5042bacacb Fix #143835 2022-03-07 10:16:56 -08:00
Jackson Kearl 9dc4d747a5
Split out getting started renderers into testable component (#144447)
* Split getting started renderer into testable component

* assert.match not available in browser

* make regex less specific
2022-03-07 10:12:59 -08:00
David Dossett d4e28503c4 Fix #143836 2022-03-07 10:01:01 -08:00