Commit Graph

89088 Commits

Author SHA1 Message Date
Jackson Kearl bfe2caaa80 Fix microsoft/vscode-dev/issues/238 2021-09-14 11:06:10 -07:00
meganrogge 06ab391dec revert update distro 2021-09-14 10:59:20 -07:00
Alex Dima 1e398e501d Tweak colors and only render selection highlights in the minimap when they are also rendered in the overview ruler 2021-09-14 19:51:15 +02:00
meganrogge 2c8b042ca8 update distro 2021-09-14 10:49:43 -07:00
meganrogge 9584fec6e9 any -> IProcessPropertyMap[T]
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2021-09-14 10:42:29 -07:00
meganrogge d7e6040330 fix #133102 2021-09-14 10:35:41 -07:00
meganrogge e7fed4a7f9 fix #133104 2021-09-14 10:25:44 -07:00
Raymond Zhao 22c0c2c27c Add single level of categorization #126089 (#126861) 2021-09-14 10:04:07 -07:00
Raymond Zhao 254c5c7c86 Add prototype of mac open command (#131213)
Co-authored-by: Benjamin Pasero
2021-09-14 10:03:46 -07:00
Matt Bierner e43d47e852 Add missing await
Doesn't seem to cause any issues currently
2021-09-14 09:54:05 -07:00
Matt Bierner d3585388be Make sure markdown.showSource correctly awaits opening the document
Fixes #132914
2021-09-14 09:54:05 -07:00
Miguel Solorio 8b482650bf Fix build
https://github.com/microsoft/vscode/commit/d891afd0807b657614aa352b82a36e2d902732d3#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
2021-09-14 09:51:23 -07:00
Johannes Rieken 28d1f0f1d7 enforce API as proposed, https://github.com/microsoft/vscode/issues/111371 fyi @chrmarti 2021-09-14 18:50:25 +02:00
Alex Dima 561c0927a4 Cache Color.toString() to avoid major GC pauses when painting the minimap 2021-09-14 18:47:14 +02:00
Miguel Solorio 763bfdae7c Update distro 2021-09-14 09:25:09 -07:00
Tyler Leonhardt 73c54f012b update distro 2021-09-14 09:15:10 -07:00
meganrogge 7b068c2354 fix #132897 2021-09-14 09:04:53 -07:00
meganrogge f0cb6d5169 fix #132888 2021-09-14 08:53:59 -07:00
Matt Bierner fc5e2f515c Adopting langauge status api for JS/TS versions (#132015)
* Adopting language status api for JS/TS versions

* Polish
2021-09-14 08:35:12 -07:00
Jean Pierre ae0ec56d90 Fixes #133044 (#133046) 2021-09-14 08:24:39 -07:00
Vladimir Tasic d1921892aa Minimap - highlight all instances of selected word #84151 2021-09-14 17:02:52 +02:00
Logan Ramos 9407123681 Intial work to add error to telemetry setting (#132996)
* Intial work to add error to telemetry setting

* deprecate and centralize the telemetry setting

* Fix compilation

Co-authored-by: SteVen Batten <stbatt@microsoft.com>
2021-09-14 10:50:25 -04:00
Benjamin Pasero fca3c5e9bd split editor - behave more like a normal editor when both sides are the same 2021-09-14 16:09:05 +02:00
Alexandru Dima d4d296feab Merge pull request #127860 from LEGOL2/patch-1
Increase max file size for file comparison
2021-09-14 15:31:24 +02:00
Alex Dima e7f1b20baa Group diff editor options 2021-09-14 15:30:20 +02:00
Daniel Imms 24063c5ea3 Update distro 2021-09-14 06:29:05 -07:00
Daniel Imms d891afd080 xterm@4.14.0-beta.22
Commit: d32c6db9676b2b771afb9267a0fad1d6b5fdec57

Fixes #131921
Fixes #82489
2021-09-14 06:14:30 -07:00
Daniel Imms 1f668236e2 Improve styling of restore, don't start proc immediately 2021-09-14 06:05:13 -07:00
Daniel Imms 42f8734439 Merge remote-tracking branch 'origin/main' into tyriar/serialize_buffer 2021-09-14 06:01:46 -07:00
Sandeep Somavarapu cd3c3e8c83 Fix #126477 2021-09-14 14:51:08 +02:00
Alex Dima 7b23c5479c Clean up diff editor options and add diffEditor.maxFileSize 2021-09-14 12:34:08 +02:00
Alex Dima 77847c6163 Allow files up to 500MB to be diffed 2021-09-14 12:16:39 +02:00
Henning Dieterichs bb5de0ceb9 Swap italic/non-italic ghost text parts. Fixes #132852. 2021-09-14 12:14:11 +02:00
Henning Dieterichs bc05b37a59 Recompute brackets when the language of a text model changes. 2021-09-14 11:55:05 +02:00
Henning Dieterichs e2f12c9316 💄 2021-09-14 11:43:56 +02:00
Henning Dieterichs ef10d69d39 Merge pull request #132864 from microsoft/hediet/remove-preview-mode-from-schema
Removes preview mode from schema, as only subwordSmart makes sense anyways
2021-09-14 10:56:40 +02:00
Henning Dieterichs 634e7b4505 Merge pull request #132866 from microsoft/hediet/autocomplete-preselect-from-inline-suggestion
Use Inline Completions To Preselect Item In Autocomplete
2021-09-14 10:54:17 +02:00
Henning Dieterichs 0be69b3b03 💄 2021-09-14 09:48:09 +02:00
Sandeep Somavarapu a017ece5a5 getTargetPlatform also handles alpine linux 2021-09-14 09:02:45 +02:00
Benjamin Pasero f66a3e06bc labels - relative path separator not used when no formatting available (#132964) 2021-09-13 17:00:15 -07:00
Miguel Solorio 17731c3fcc Fix #129480 2021-09-13 16:12:22 -07:00
Miguel Solorio c73c9f0a36 Update distro 2021-09-13 16:10:54 -07:00
meganrogge 8845812f6a part of #132801 2021-09-13 15:41:44 -07:00
Miguel Solorio 7f32dde802 Fix #130475 2021-09-13 15:40:36 -07:00
Miguel Solorio 920ad7ca6e Add notebook output border color token (#133019)
* Add notebook output border color token
* Ignore top border
2021-09-13 15:34:08 -07:00
Rob Lourens 235f71c898 Make sure that "open remote settings (json)" goes to json editor
Fix #133039
2021-09-13 15:17:14 -07:00
Megan Rogge bc4d780fe2 Polish when cwdFolder is shown in terminal description and add ProcessCapabilities (#133037) 2021-09-13 15:11:05 -07:00
Rob Lourens aa577019dd Fix #132865 2021-09-13 14:53:00 -07:00
SteVen Batten 9f2d55f212 improve telemetry cleansing 2021-09-13 14:04:11 -07:00
meganrogge 4b35a8e83c update distro 2021-09-13 13:39:32 -07:00