60622 Commits

Author SHA1 Message Date
Johannes Rieken
8a4873dbba
Merge pull request #90109 from GustavoASC/master
Fixed bug where one could open 'peek' inside 'peek' on definition link
2020-02-06 12:17:11 +01:00
Johannes Rieken
2c7809ec59 fix compilo 2020-02-06 12:10:23 +01:00
Alexandru Dima
1bf0aeae97
Merge pull request #70047 from gubikmic/scrollPredominantAxisOnly
Scroll predominant axis only (prevents scroll drift)
2020-02-06 11:59:37 +01:00
Alex Dima
ee613064ac
Rename option to scrollPredominantAxis 2020-02-06 11:57:28 +01:00
Benjamin Pasero
9dd1ee404b untitled - ensure paths are absolute (#90116) 2020-02-06 11:44:21 +01:00
Johannes Rieken
94f93598c5 don't push undo stops for format on save, #90100 2020-02-06 11:35:46 +01:00
Alex Dima
bc30f28564
Merge remote-tracking branch 'origin/master' into pr/gubikmic/70047 2020-02-06 11:34:35 +01:00
Alex Ross
09ed1c7c19 Synchronize refreshes to custom view tree in the renderer
Fixes #90082
2020-02-06 11:33:36 +01:00
Sandeep Somavarapu
344f1a1083 #81574 Fix strict function type errors 2020-02-06 11:23:37 +01:00
Johannes Rieken
f73d5f9400 fix tests 2020-02-06 10:50:16 +01:00
Johannes Rieken
9a839aa9f8 suggest - populate suggest status bar with toolbars from menu, use special action rendering 2020-02-06 10:26:38 +01:00
Peter Shinners
b8cace23ff
Grammar fix for task.autoDetect description (#90117) 2020-02-06 10:11:35 +01:00
Sandeep Somavarapu
9370f42202 #89348 use registerAction2 2020-02-06 10:10:35 +01:00
Martin Aeschlimann
5dfac7fa54
Merge pull request #90103 from letmaik/patch-2
Docs: fix package.json field name "extensionDependency"
2020-02-06 00:50:29 -08:00
Joao Moreno
28307d23f8
update ESRPClient 2020-02-06 09:23:24 +01:00
Benjamin Pasero
33189b32f2 workspaces service 💄 2020-02-06 08:36:32 +01:00
Benjamin Pasero
4a59a41529 more tweaks for explorer decoration (#90077) 2020-02-06 08:36:32 +01:00
Jackson Kearl
ee90428753 clean up imports 2020-02-05 22:22:33 -08:00
Jackson Kearl
844ec624b2 fix #89813 2020-02-05 22:22:27 -08:00
Jackson Kearl
95ec710d7f Fix search icon not showing up in untitled search editor 2020-02-05 21:13:20 -08:00
Eric Amodio
eaf632c42a Adds uncommitted changes to timeline 2020-02-06 00:04:54 -05:00
Eric Amodio
9cd22d0dc1 Updates list of readonly git commands 2020-02-06 00:02:00 -05:00
Eric Amodio
699fd57c7c Fixes layer break 2020-02-05 22:57:32 -05:00
Jackson Kearl
708877d825 Use split models for header and contents 2020-02-05 19:46:04 -08:00
Jackson Kearl
cf88fb47a5 Pull Search Editor files into new contrib/ entry 2020-02-05 19:46:04 -08:00
Sandeep Somavarapu
3dc9649504 #90112 Turn off sync when this server error happen 2020-02-06 03:28:19 +01:00
Matt Bierner
e374e95680 Prefer action2 to command
For #89348
2020-02-05 18:12:26 -08:00
Matt Bierner
3f821c7165 Mark inputs as readonly arrays
The input arrays should never be mutated
2020-02-05 18:12:26 -08:00
Matt Bierner
39d401c009 Use for/of and prefer mutating expr over using concat 2020-02-05 18:12:26 -08:00
Matt Bierner
d881556cf5 Remove extra null checking
Strict null checks should catch this now
2020-02-05 18:12:26 -08:00
Matt Bierner
ae758e681d Fix spelling in test name 2020-02-05 18:12:26 -08:00
Rachel Macfarlane
9f21f67bea Add bottom margin to comment thread buttons, fixes https://github.com/microsoft/vscode-pull-request-github/issues/886 2020-02-05 15:54:35 -08:00
Matt Bierner
5347c21ecf Treat any non-whitespace character as jsdoc param names
Fixes #90108
2020-02-05 15:26:13 -08:00
Eric Amodio
4cc5b776dc Overhauls timeline display to stream in results
Implements many API review changes
Fixes #89558
2020-02-05 18:16:37 -05:00
Gustavo Cassel
564cb5b82b Fixed bug where one could open 'peek' inside 'peek' on definition link 2020-02-05 19:50:02 -03:00
Maik Riechert
636eb044b4
docs: fix package.json field name 2020-02-05 21:06:19 +00:00
Pine Wu
1db20bbb60 Update outdated display illustration 2020-02-05 11:36:45 -08:00
Daniel Imms
3a35fae761 Remove browser/terminalNativeService
Fixes #81988
2020-02-05 11:32:34 -08:00
Sandeep Somavarapu
6fb482dca1 Fix #89610 2020-02-05 20:21:33 +01:00
Daniel Imms
96ac038ffb Remove editor Command usage in terminal
Part of #89348
2020-02-05 10:57:26 -08:00
Alexandru Dima
150b2dfe67
Merge pull request #58324 from gloss-water/minimap-opacity
Theming: add workbench configuration option for minimap opacity
2020-02-05 18:26:57 +01:00
Alex Dima
3e500bb935
Add minimap.background color and honour it and its opacity 2020-02-05 18:23:38 +01:00
isidor
a101d32ff6 temporarily disable start debuggin test since it is flaky 2020-02-05 18:15:33 +01:00
Alex Dima
cb0b066249
Merge remote-tracking branch 'origin/master' into pr/gloss-water/58324 2020-02-05 17:52:33 +01:00
Martin Aeschlimann
f344894fea Don't open bottom panel when code is opened from WSL2. Fixes #88135 2020-02-05 17:40:20 +01:00
Martin Aeschlimann
58345c6709 [theme] only autoswitch theme with single ext under dev. Fixes #88169 2020-02-05 17:29:07 +01:00
Benjamin Pasero
18f94a526b 💄 comment 2020-02-05 17:22:56 +01:00
SteVen Batten
35b26f49b7 use viewsservice over panelservice 2020-02-05 08:07:03 -08:00
Joao Moreno
b1697ff23d
Revert "upgrade ESRPClient"
This reverts commit d0d1df690e96c3002f09e0239ee0884e7d7191c3.
2020-02-05 17:01:41 +01:00
isidor
f84d9850e7 debug: fix integration tests 2020-02-05 16:52:07 +01:00