Commit Graph

89088 Commits

Author SHA1 Message Date
Johannes Rieken 75c6ab839f when pinning language status prefer its command tooltip over its detail, https://github.com/microsoft/vscode/issues/129037 2021-10-19 11:01:08 +02:00
João Moreno ba5e8ed094 scm: bring back focus restore
fixes #135143
2021-10-19 10:38:27 +02:00
Jean Pierre d817eda05f Properly fix #134053 (#135347) 2021-10-18 22:00:23 -05:00
SteVen Batten 8a4ed7f556 fixes #95994 2021-10-18 18:17:02 -07:00
SteVen Batten 28c4e210a7 fixes #123953 2021-10-18 17:38:01 -07:00
SteVen Batten 8dcaf1af6a fixes #134017 2021-10-18 17:18:49 -07:00
Matt Bierner 7bc28074bf Exclude tr from markdown hover
Fixes #135278
Fixes #135037
2021-10-18 17:13:44 -07:00
SteVen Batten 92cb2aee03 fixes #93837 2021-10-18 16:28:49 -07:00
SteVen Batten a200c713f6 addresses #99054 2021-10-18 16:03:15 -07:00
Jackson Kearl 18f64c76f9 Fix #135163 2021-10-18 15:21:02 -07:00
Megan Rogge 22d67b5fca fix #134623 2021-10-18 13:37:55 -07:00
Alexandru Dima 699bb8768e Move event key code map to keyCodes.ts 2021-10-18 21:15:09 +02:00
Daniel Imms 32b6b2e968 Add terminal keybindings for NUL, RS, US
Fixes #135313
2021-10-18 12:12:44 -07:00
Alexandru Dima 2cad3bfe87 Move VK_ to KeyCode map to keyCodes.ts 2021-10-18 21:05:41 +02:00
Daniel Imms b2df38cce1 Improve profile setting description
Fixes #122472
2021-10-18 11:58:56 -07:00
Alexandru Dima 102c4628ac Move ScanCode to keyCodes.ts 2021-10-18 20:49:16 +02:00
Alexandru Dima 1a7750c744 Extract keybindings related types to vs/base/common/keybindings 2021-10-18 20:34:32 +02:00
Alexandru Dima 36eda05793 Add more media key codes 2021-10-18 19:53:35 +02:00
João Moreno 4f1c8af729 fixes #135302 2021-10-18 17:58:32 +02:00
Mike McDonald db4a791617 Changing port "privacy" to "visibility" to address Codespaces user confusion (#135193) 2021-10-18 17:56:05 +02:00
Alex Dima 438c92c106 Fixes #28576: Add support for BrowserBack and BrowserForward 2021-10-18 17:14:15 +02:00
Wenfang Du 32c20e923d fix: the quick diff should respect diffEditor.ignoreTrimWhitespace (#135285)
closes #130956
2021-10-18 16:55:20 +02:00
Benjamin Pasero d1640f2aa8 shared process - 💄 2021-10-18 16:44:36 +02:00
João Moreno 53e1748c1a fixes #134792
cc @sandy081
2021-10-18 14:32:05 +02:00
Martin Aeschlimann b53c8e1d99 Merge pull request #135188 from JaredNeil/jaredneil-fix-bazel-icon
Update seti-ui for Bazel icon fix
2021-10-18 14:28:38 +02:00
Alexandru Dima 469d4f6a1c Merge pull request #135272 from microsoft/alex/language-identifier
Remove `LanguageIdentifier` and ensure tests dispose instantiated `LanguagesRegistry` objects
2021-10-18 12:22:33 +02:00
Benjamin Pasero 59791a74dd shared process worker - document affinity 2021-10-18 11:42:30 +02:00
Benjamin Pasero 8c05769b97 :smooth: shared process worker dispose 2021-10-18 11:33:53 +02:00
Alex Dima 259878f1da Merge remote-tracking branch 'origin/main' into alex/language-identifier 2021-10-18 10:30:32 +02:00
Alex Dima 11862795ea Remove LanguageIdentifier and ensure tests dispose instantiated LanguagesRegistry objects 2021-10-18 10:29:16 +02:00
Benjamin Pasero 12ab43e896 fix spelling issues
thanks @jogo
2021-10-18 08:59:34 +02:00
Benjamin Pasero 7f88203009 shared process - fix worker dispose 2021-10-18 08:11:23 +02:00
Benjamin Pasero 94ff6a1900 shared process - rename service folder 2021-10-18 08:05:12 +02:00
Benjamin Pasero 5f066b73de sandbox - lift file watcher interfaces to common 2021-10-18 08:02:46 +02:00
Benjamin Pasero 54a935e567 shared process worker - more lifecycle tweaks 2021-10-18 07:48:46 +02:00
Benjamin Pasero 729d816238 sandbox - implement affinity and lifecycle for shared process workers (#132282) 2021-10-17 10:40:21 +02:00
Benjamin Pasero 1bfac7ce8b watcher - properly await unsubscribe (#135069) (#135209) 2021-10-16 13:58:21 +02:00
Alex Dima 74541dceec update distro 2021-10-16 11:48:36 +02:00
Alex Dima fb659f1542 Add IOptimizeTaskOpts.externalLoaderInfo 2021-10-16 11:43:36 +02:00
SteVen Batten aacd8438ca fixes #112541 2021-10-15 18:23:25 -07:00
Andrew Jones e19b98362b Remove backticks from word character fix 2021-10-16 11:13:02 +10:00
SteVen Batten 96cda0bb6b fixes #122902 2021-10-15 17:45:02 -07:00
SteVen Batten a84e1931aa fixes #122902 2021-10-15 17:29:33 -07:00
Alex Ross ba15c2dac7 Properly update tree collapse all enablement
Fixes #134762
2021-10-16 02:07:41 +02:00
SteVen Batten da0d9c481c reduce indicator and apply to auxBarPart 2021-10-15 17:02:24 -07:00
Jean Pierre d69f7aa70f Fixes #125437 (#125438) 2021-10-15 17:00:36 -07:00
Alex Dima a0cd34caf4 Fixes #134177: unset LD_PRELOAD on Linux and consolidate code 2021-10-16 00:57:49 +02:00
Alex Dima c0001d7bec Fixes #116483: Allow folding in the diff editor 2021-10-16 00:29:17 +02:00
Miguel Solorio 8d542f91be Color picker polish (Fixes #83589) 2021-10-15 15:14:35 -07:00
Martin Aeschlimann 5240d97cf3 Iocn hovers stopped working. Fixes #134794. 2021-10-16 00:13:48 +02:00