Commit graph

62052 commits

Author SHA1 Message Date
Matt Bierner
9cc4da7503 💄 2020-03-05 12:52:18 -08:00
Pine Wu
5a0ab960f0 Fix integration test 2020-03-05 12:41:06 -08:00
Matt Bierner
eca0690ba0
Allow issue reporter to work on built-in extensions (#92040)
Fixes #91029
2020-03-05 12:15:23 -08:00
Pine Wu
bab248b543 Update monospace font stack. Fix #81692 2020-03-05 12:07:02 -08:00
Pine Wu
0a36d4c82b Fix failed integration tests 2020-03-05 12:03:55 -08:00
Pine Wu
ea2f6c6391 Fix #87493 2020-03-05 11:59:02 -08:00
Pine Wu
67e6aef0c8 Fix #73803 2020-03-05 11:34:58 -08:00
Connor Peet
403f8669d8 debug: add js-debug-companion as a built-in extension
https://github.com/microsoft/vscode-js-debug/issues/349
2020-03-05 11:21:39 -08:00
Matt Hernandez
52e12fcd39
Update distro ID 2020-03-05 10:59:26 -08:00
Rob Lourens
83cc5b7104 Fix missing result count warning for untitled files
Fix #90383
2020-03-05 10:55:19 -08:00
Jackson Kearl
ea91347c6b Add .yml syntax hilighting. Closes #92027. 2020-03-05 09:32:53 -08:00
Alex Dima
8192262a14
Add more support for exported imports in tree shaking 2020-03-05 18:25:28 +01:00
Matt Hernandez
686798f29f
Update distro ID 2020-03-05 09:24:59 -08:00
isidor
9efdb20ac0 lists should use list role. Tree should use tree role 2020-03-05 18:04:48 +01:00
isidor
5cf50df3be debug: reanable tests. Use 2 retries 2020-03-05 17:50:16 +01:00
isidor
3967570db9 debug: increase disconnect timeout from 500 to 1000 ms 2020-03-05 17:43:29 +01:00
Benjamin Pasero
fe77b8606a unblock the build 2020-03-05 16:32:00 +01:00
Benjamin Pasero
f089513433
quick pick - support standalone editor (+ support indentation picker) (#92086) 2020-03-05 16:07:32 +01:00
Alex Dima
39fed576a4
Better support for shorthand property assignment in the treeshaker 2020-03-05 15:58:37 +01:00
Alex Ross
48c0d3aecd Remove deprecated onDidTunnelsChange API
Fixes #90057
2020-03-05 15:50:48 +01:00
isidor
df1c477d53 fixes #91924 2020-03-05 15:36:31 +01:00
Alex Ross
f25c38d8a8 Fix task type schema default to reflect the world
Fixes #91553
2020-03-05 15:10:03 +01:00
Isidor Nikolic
583dc037dc
Merge pull request #92019 from microsoft/isidorn/list-multi-select
list: improve aria-selected to be set on each selected element. Set a…
2020-03-05 12:56:18 +01:00
isidor
7aca51e3d9 set aria-selected on focused and selected list items 2020-03-05 12:54:30 +01:00
Benjamin Pasero
d68662054a quickinput - lazy create into host 2020-03-05 12:42:16 +01:00
Alex Ross
455118a21e Change how recently used tasks are stored
so that a real task can be generated from the data stored. This enables us to fetch recently used tasks before all providers run.
Part of #90087
2020-03-05 12:30:14 +01:00
Johannes Rieken
bed9944419 latest ref viewlet, https://github.com/microsoft/vscode/issues/92072 2020-03-05 12:09:59 +01:00
isidor
33e56c6b51 fixes #89658 2020-03-05 12:03:08 +01:00
Johannes Rieken
0bec5a3516 update extension dependency, https://github.com/microsoft/vscode/issues/92073 2020-03-05 11:45:13 +01:00
Alexandru Dima
a3eba88a49
Merge pull request #92058 from microsoft/aeschli/lineDecorationFirstLast
allow to define line decorations for first an for last line
2020-03-05 10:48:40 +01:00
Alex Dima
0abed1d52a
Tweak doc and remove unused option 2020-03-05 10:47:03 +01:00
Alex Ross
5cf641a0f1 Remove duplicate ViewPane code from custom view
Fixes #92039
2020-03-05 10:26:39 +01:00
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
5ac22de9c1 Merge branch 'master' into aeschli/lineDecorationFirstLast 2020-03-05 09:14:00 +01:00
Martin Aeschlimann
fc922c255f [folding] decoration for hidden ranges 2020-03-05 09:11:25 +01:00
Martin Aeschlimann
a0a0857fd9 improve names 2020-03-05 09:10:35 +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