Commit Graph

76089 Commits

Author SHA1 Message Date
Johannes Rieken
178e7034bc simplify map creation, fyi @bpasero 2021-02-01 14:36:47 +01:00
Alex Ross
a0cb5c5a46 Fix port label not always getting set
Part of microsoft/vscode-remote-release#4364
2021-02-01 14:34:07 +01:00
Alexandru Dima
ad8f7e1872 Fixes microsoft/monaco-editor#2329: Move registerThemingParticipant call to /editor/ 2021-02-01 14:31:47 +01:00
Alex Ross
b24036eaa2 Use label as tooltip fallback properly
Part of #115337
2021-02-01 14:16:23 +01:00
Johannes Rieken
2681e07db4 more notebook todos 2021-02-01 14:11:29 +01:00
Alexandru Dima
53ae79d62d Avoid the CSS general sibling combinator ~ for perf reasons 2021-02-01 14:11:12 +01:00
isidor
ddd678ab29 debug console menu action polish 2021-02-01 14:02:42 +01:00
Alexandru Dima
f37f96bbec Merge pull request #115261 from microsoft/alex/language-config-priority
Give a higher priority to language configuration set via API call
2021-02-01 13:47:52 +01:00
Alexandru Dima
47390dbe1b Fixes #115221: update emoji tests 2021-02-01 13:42:14 +01:00
Johannes Rieken
300effb0c8 add some notebook API todos 2021-02-01 12:45:27 +01:00
isidor
01e92bdc93 debug: do not render checkmark in view menu for the debug console 2021-02-01 12:00:12 +01:00
Daniel Imms
b08c1eb5bc Merge pull request #115345 from shskwmt/fix/115154
Fixes 115154: Add "overflow: hidden" style to split-view-view
2021-02-01 02:44:51 -08:00
Benjamin Pasero
1f4506183c for now remove isSaving() implementation from custom editors (#115526) 2021-02-01 11:44:30 +01:00
João Moreno
34ca121102 adopt Promises.settled 2021-02-01 11:39:27 +01:00
Daniel Imms
00a199daf7 Merge branch 'master' into fix/115154 2021-02-01 02:38:37 -08:00
Daniel Imms
8b510618c8 Merge pull request #115401 from microsoft/tyriar/115390
Make term config tests await config
2021-02-01 02:34:20 -08:00
Benjamin Pasero
0627cf0a2d event - adopt Promises.settled in async emitter (#115522) 2021-02-01 11:33:09 +01:00
Benjamin Pasero
769ad06e7c Promise.allSettled - use native variant if it exists 2021-02-01 11:18:56 +01:00
Benjamin Pasero
71bd9c5032 Revert "event - adopt Promises.settled in async emitter (#115522)"
This reverts commit 126959896f.
2021-02-01 11:12:21 +01:00
Alexandru Dima
643cbb2aaa Fixes microsoft/monaco-editor#2328: In some webpack configurations, process can be defined, while process.nextTick is not 2021-02-01 11:11:34 +01:00
Benjamin Pasero
126959896f event - adopt Promises.settled in async emitter (#115522) 2021-02-01 11:07:08 +01:00
Alexandru Dima
5c7fc5da28 Fixes #112382: Use replacement characters when doing dom based line break computin 2021-02-01 11:03:14 +01:00
Benjamin Pasero
c2759462f8 backups - catch errors on shutdown and don't show modal dialogs in extension development (#115028) 2021-02-01 10:37:35 +01:00
Benjamin Pasero
0ca20779b5 Promise.all() does not await all promises when one throws (#115522) 2021-02-01 10:34:43 +01:00
Benjamin Pasero
08c73d7b6e history - make sure to track file renames properly (#113277) 2021-02-01 10:34:42 +01:00
Benjamin Pasero
8d6164f25d 🆙 chokidar@3.5.1 2021-02-01 10:34:42 +01:00
Benjamin Pasero
d30c12dc6b debt - fix some types in bootstrap JS files 2021-02-01 10:34:42 +01:00
Guilherme Herzog
a9b9890488 Improving performance of tree traversal getViewState function (#115387)
Co-authored-by: Gui Herzog <guiherzog@google.com>
2021-02-01 09:59:50 +01:00
Benjamin Pasero
f5bb67e37a Unit tests cleanup (#115377)
* Tests: avoid creating real editors (fix #115230)

* tests - bring back file editor input factory test

* tests cleanup

* more cleanup
2021-02-01 08:45:42 +01:00
Jackson Kearl
6a1c7a5097 Fix #115509, register a separate action for opening serch editor from view 2021-01-31 20:36:20 -08:00
Jackson Kearl
9e152f9a19 Fix #11511 Search Mode setting does not open editors unless search view is visible 2021-01-31 20:36:20 -08:00
shskwmt
a916ce9076 Add "overflow: hidden" style to split-view-view within integrated-terminal 2021-01-30 11:19:27 +09:00
SteVen Batten
81ae94a9dc bump version to 1.54.0 2021-01-29 16:41:42 -08:00
Eric Amodio
861a88ebad Fixes #114201 2021-01-29 15:51:24 -05:00
Alexandru Dima
da2adf433d Fixes microsoft/monaco-editor#2327 2021-01-29 15:58:16 +01:00
Johannes Rieken
52f437953d add my paper cuts 2021-01-29 14:45:57 +01:00
Johannes Rieken
090200d5ae fix https://github.com/microsoft/vscode/issues/115402 2021-01-29 14:41:42 +01:00
Daniel Imms
1e8d0be376 Make term config tests await config
Fixes #115390
2021-01-29 05:33:22 -08:00
isidor
b36f999316 Revert "fixes #114908"
This reverts commit 3da5786161.
2021-01-29 14:17:31 +01:00
Johannes Rieken
99c406699f fix mixed cells 2021-01-29 10:32:10 +01:00
Benjamin Pasero
384ef20251 🆙 vscode-gulp-watch (fixes high CPU on Apple SI) 2021-01-29 10:31:22 +01:00
Johannes Rieken
e5b02b0610 liberate papercut usages 2021-01-29 10:05:43 +01:00
Matt Bierner
5a52bc29d5 Update working for default external opener 2021-01-28 18:36:34 -08:00
Miguel Solorio
d27b3130d9 Center notebook actions (run, stop, renderer, collapse, etc.) fixes #115087 2021-01-28 16:33:30 -08:00
Alexandru Dima
38783a261a update version 2021-01-29 00:00:24 +01:00
shskwmt
3921d63e64 Add "overflow: hidden" style to split-view-view 2021-01-29 07:10:49 +09:00
Miguel Solorio
36cabc4c12 🕺 One more time (refs #114219) 2021-01-28 13:41:13 -08:00
Alexandru Dima
9934dea688 Fixes microsoft/monaco-editor#2175: Improve hit testing code on FF 2021-01-28 22:20:42 +01:00
Raymond Zhao
9d9aebd2e6 Add vscode-emmet-helper and restrict some labels 2021-01-28 20:59:47 +00:00
Alexandru Dima
76adcde874 Add onDidChangeMarkers (fixes microsoft/monaco-editor#313) 2021-01-28 21:56:47 +01:00