Commit Graph

62015 Commits

Author SHA1 Message Date
Alex Dima
ee64b77af9 Reduce noise in diff and use files with the same absolute imports when troubleshooting treeshaking 2020-03-05 10:25:06 +01:00
Alex Dima
58bdc8aecb Improve troubleshooting treeshaking failures 2020-03-05 10:25:06 +01:00
Alex Dima
68351085db Fix treeshaking, not all export clauses should be kept 2020-03-05 10:25:06 +01:00
Johannes Rieken
74b9e5bfda debt - remove unused strings#overlap 2020-03-05 10:09:03 +01:00
Benjamin Pasero
614a35cd23 use IDimension from dom consistently 2020-03-05 09:24:02 +01:00
Benjamin Pasero
f67e7f41d9 fix some monaco ESM task 2020-03-05 09:20:29 +01:00
Martin Aeschlimann
fc922c255f [folding] decoration for hidden ranges 2020-03-05 09:11:25 +01:00
Benjamin Pasero
9f7b10088d Disambiguation tab folder hint is using wrong slash ".\" in WSL (fix #92030) 2020-03-05 08:14:30 +01:00
Benjamin Pasero
fe8729b565 Merge pull request #92055 from microsoft/ben/quick-input-platform
Make quick input service available in platform
2020-03-05 07:52:23 +01:00
Benjamin Pasero
a9e73654b9 Merge branch 'master' into ben/quick-input-platform 2020-03-05 07:46:52 +01:00
Matt Bierner
81c95f2e5c Prompt user to report issue after single fatal error on insiders 2020-03-04 19:25:15 -08:00
Sandeep Somavarapu
36141fa1f3 #85619 Enable following
- getting all refs
- resolving content for a ref
- deleting a resource
2020-03-05 03:38:41 +01:00
Rob Lourens
014ddafc91 Fix contrast ratio in search result message
Fix #86345
2020-03-04 17:27:44 -08:00
Rob Lourens
0e219d4de2 Fix search smoke test
Fix #91451
2020-03-04 16:28:19 -08:00
Miguel Solorio
2431cd6a2d Add copyright to css file 2020-03-04 16:15:39 -08:00
Miguel Solorio
573fe9e800 Update npm scripts explorer to use codicons (ref #90911) 2020-03-04 16:13:36 -08:00
Miguel Solorio
599043c528 Update Codicons: remove bell-progress and map wrench and wrench-subaction 2020-03-04 16:07:32 -08:00
Matt Bierner
077cd38d26 Add cancellation on CustomEditor.save
For #91702
2020-03-04 15:49:10 -08:00
SteVen Batten
415a40e542 menu actions is always defined 2020-03-04 15:16:52 -08:00
Matt Bierner
ca369743ef Use Iterable 2020-03-04 15:07:17 -08:00
Matt Bierner
54ae703b30 Convert to async 2020-03-04 14:41:29 -08:00
Matt Bierner
022b6c6d23 Use customtexteditor for markdown editor 2020-03-04 14:14:31 -08:00
Matt Bierner
77d07bcaff Assert that we have a valid model when trying to undo/redo instead of silently nooping 2020-03-04 14:14:31 -08:00
Matt Bierner
cf086f01bd Don't send custom editor edit events to extension host for non-editable custom editors 2020-03-04 14:14:31 -08:00
Matt Bierner
466f7166b8 Move onDispose method onto webview 2020-03-04 14:14:31 -08:00
Matt Bierner
0755fcf905 Remove unused activeCustomEditor method 2020-03-04 14:14:31 -08:00
Matt Bierner
00d736f74b 💄 2020-03-04 14:14:31 -08:00
Matt Bierner
d368c11e5e Don't create extra EditorModels for webview editors 2020-03-04 14:14:31 -08:00
Matt Bierner
70a961b8ab Don't track parent 2020-03-04 14:14:31 -08:00
Matt Bierner
de933ed5e8 Use editorInputs instead of editors 2020-03-04 14:14:31 -08:00
Matt Bierner
630995e620 💄 2020-03-04 14:14:31 -08:00
Matt Bierner
11597a2967 Move find state tracking into webview overlay 2020-03-04 14:14:31 -08:00
Matt Bierner
da59b13916 Use more explicit names for webview types 2020-03-04 14:14:31 -08:00
Matt Bierner
2b4e747f21 Use native .values() 2020-03-04 14:14:31 -08:00
Matt Bierner
cc193abd00 Fix confusing name 2020-03-04 14:14:31 -08:00
Matt Bierner
f8baa029b5 Remove extra null checks 2020-03-04 14:14:31 -08:00
SteVen Batten
f88e60c571 fixes #89574 2020-03-04 11:49:02 -08:00
Sandeep Somavarapu
edd94ce0c4 add settings sync tests 2020-03-04 19:10:18 +01:00
Connor Peet
efbb8ae4b4 debug: update js-debug-nightly to "2020.3.317" @ 2019-11-13T04:47:26.71Z 2020-03-04 09:33:16 -08:00
Benjamin Pasero
3879539257 nativeTitleBarPart => titleBarPart 2020-03-04 18:09:15 +01:00
isidor
ca76fd941f fixes #90788 2020-03-04 18:02:12 +01:00
Connor Peet
b76d3f0197 experiments: rename to action2 for new experiments 2020-03-04 08:48:43 -08:00
Sandeep Somavarapu
4c59cdd20d show the version of running extension 2020-03-04 17:14:24 +01:00
Alex Ross
426d5bfb94 Fix problems with changing local port and restoring
Fixes #92008
2020-03-04 16:45:23 +01:00
Benjamin Pasero
72807c5acc quick pick - add quick pick service to platform and register for standalone editor 2020-03-04 15:48:06 +01:00
Johannes Rieken
361a5447eb fix https://github.com/microsoft/vscode/issues/91180 2020-03-04 15:36:37 +01:00
isidor
43f8140f42 fixes #89472 2020-03-04 15:29:15 +01:00
Benjamin Pasero
944a23da03 quickpick - remove dependency to editor group service 2020-03-04 15:22:02 +01:00
Benjamin Pasero
bf21fb481b quick pick - introduce quickInputTitle.background color 2020-03-04 15:04:25 +01:00
Alex Dima
dc9933f02e Fix typo 2020-03-04 14:52:57 +01:00