Commit graph

56950 commits

Author SHA1 Message Date
Matt Bierner 979e2b0387 Remove duplicate call to dispose 2019-11-08 16:56:06 -08:00
Matt Bierner c1ffc0ec43 Don't dispose of code actions before they are applied 2019-11-08 16:51:23 -08:00
Pine Wu 696465bddd Fix #84215 2019-11-08 16:11:51 -08:00
SteVen Batten 38e3ad05f6 reduce the min height
this reduces the window to the smallest size that can fit a dialog
2019-11-08 15:37:31 -08:00
SteVen Batten 69349e6eab shorten buttons in link protection dialog 2019-11-08 14:53:10 -08:00
Matt Bierner 806bcecfa7 Merge branch 'master' into ben/test-custom-editor 2019-11-08 14:52:18 -08:00
Matt Bierner 21fd94b70c Make sure buffer sync reset clears pending diagnostics 2019-11-08 14:47:06 -08:00
Matt Bierner 7218d47251 Make sure we don't try calling a cached getErr on a closed resources that are in the getErr queue 2019-11-08 14:47:06 -08:00
kieferrm 59ba1190b4 fix GDPR annotation 2019-11-08 22:36:55 +00:00
Rachel Macfarlane 434662c6cb Use types module instead of custom typings for applicationinsights 2019-11-08 11:40:16 -08:00
Rachel Macfarlane 8fd2f09c29 Remove unneeded telemetry log 2019-11-08 11:03:49 -08:00
Matt Bierner f44dc08537 Make codeActionOnSave a resource scoped setting
Fixes #84288
2019-11-08 10:38:51 -08:00
Matt Bierner 8236f06bfc Add experimental webview editor based markdown preview
Potentially for #54776, #2766
2019-11-08 10:38:51 -08:00
Matt Bierner 43a2ca8840 Remove forceUpdate property 2019-11-08 10:38:51 -08:00
Matt Bierner 1cdb534185 Try to redeuce duplication for create vs refactor 2019-11-08 10:38:51 -08:00
Matt Bierner 886ea7a8b4 💄 2019-11-08 10:38:51 -08:00
Matt Bierner aafc307dd8 Use set to store preview instead of array 2019-11-08 10:38:51 -08:00
Matt Bierner 884d52f1e7 Extract DynamicPreviewStore 2019-11-08 10:38:51 -08:00
Matt Bierner 7ee9aa4757 Rename and move types around to get ready for webview editor based previews 2019-11-08 10:38:51 -08:00
Matt Bierner 2124421bd0 💄 2019-11-08 10:38:51 -08:00
Robo 27cd33d891
Restore pre 1.40 way of setting disable-color-correct-rendering in electron (#84154) (#84269) (#84296) 2019-11-08 10:03:21 -08:00
Rachel Macfarlane 65cf4c836e Remove unneeded typings file 2019-11-08 09:22:26 -08:00
Johannes Rieken 9c018f2486 derive class name from key, #81467 2019-11-08 18:05:06 +01:00
Joao Moreno e18864d486 remove default command for list.scrollLeft and list.scrollRight
fixes #84256
2019-11-08 17:40:06 +01:00
Johannes Rieken b68dc0042a Revert "simplify decoration rules and add trace assertion for when things go south..."
This reverts commit dca100feaa.
2019-11-08 17:30:42 +01:00
Alex Dima c9a2de2d9c
Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
Jackson Kearl 617a3387d4 Fix search view not rendering in panel
Fixes #84220
2019-11-08 07:30:15 -08:00
Jackson Kearl 5edef95dd4 Revert "Allow enablement checker to run when there is no searchWidget (happens when initializing search view in panel)"
This reverts commit 777ad667b0.
2019-11-08 07:19:08 -08:00
Jackson Kearl 777ad667b0 Allow enablement checker to run when there is no searchWidget (happens when initializing search view in panel) 2019-11-08 07:10:53 -08:00
Joao Moreno fd091abb85
fixes #84274 2019-11-08 15:55:30 +01:00
Joao Moreno 655bd8f303
Revert "remove windows-mutex from typings"
This reverts commit bf1ee60165.
2019-11-08 15:31:06 +01:00
Johannes Rieken dca100feaa simplify decoration rules and add trace assertion for when things go south... 2019-11-08 15:18:50 +01:00
Joao Moreno 75b075962a Merge branch 'master' of github.com:microsoft/vscode 2019-11-08 06:11:01 -08:00
Joao Moreno bf1ee60165 remove windows-mutex from typings 2019-11-08 06:09:34 -08:00
Johannes Rieken 4be5734d38 goToLocations supports defining peek behaviour 2019-11-08 14:29:33 +01:00
Sandeep Somavarapu 745a2eade2 #20183 Show current problem in status 2019-11-08 13:47:21 +01:00
Benjamin Pasero cf65562158 🆙 native-is-elevated 2019-11-08 13:36:59 +01:00
Joao Moreno 062d516448
fixes #84201 2019-11-08 12:53:26 +01:00
Johannes Rieken dd8b177a2f update references view extension - https://github.com/microsoft/vscode/issues/84222 2019-11-08 12:41:06 +01:00
Johannes Rieken 3a34be0fd0 don't cache a live copy but a copy which disables (disposed) commands, #84153 2019-11-08 11:58:59 +01:00
Joao Moreno 786e811e62
fixes #84225 2019-11-08 11:57:53 +01:00
Benjamin Pasero 60387fd1bd failed to run on chrome browser with 'yarn web' (fix #84198) 2019-11-08 10:57:28 +01:00
Johannes Rieken ca2acdc8b6 add logging for convertered commands #84153 2019-11-08 10:23:12 +01:00
Sandeep Somavarapu 20567be8ca make filter labels descriptive 2019-11-08 09:23:22 +01:00
Benjamin Pasero 860df67017 💄 2019-11-08 09:22:18 +01:00
Benjamin Pasero 42ecdedf97 remote - resolve remote name, not authority in title variable 2019-11-08 09:19:17 +01:00
Matt Bierner fdeb9aa9b8 Use 'as const' instead of readonly class object 2019-11-07 20:31:32 -08:00
Matt Bierner 08d9dd2c83 Use const enum 2019-11-07 20:31:01 -08:00
Matt Bierner c2d3b57402 Fix compile error 2019-11-07 20:24:58 -08:00
Miguel Solorio 74b0d9793f
Merge pull request #84025 from microsoft/misolori/icon-font-extensions
Adopt icon font in extensions views
2019-11-07 20:05:03 -08:00