Commit graph

56933 commits

Author SHA1 Message Date
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
Miguel Solorio c21ebbb6aa
Merge branch 'master' into misolori/icon-font-extensions 2019-11-07 20:04:46 -08:00
Matt Bierner c076360f9e Use constant string types for json schema
This provides better intellisense and can prevent misspellings of types
2019-11-07 20:04:34 -08:00
Matt Bierner a8ad448cb0 Aggressively cancel code lens requests when the resource changes
For #84185
2019-11-07 18:47:39 -08:00
Matt Bierner 278b4f8cfa Hookup experimental undo for customEditors
This currently is not connected to any actual actions in the editor
2019-11-07 17:22:21 -08:00
Matt Bierner b5dbace111 Better name for codeAction types file 2019-11-07 16:00:12 -08:00
Matt Bierner 245b4dad45 Extract CodeActionKeybindingResolver and add tests 2019-11-07 15:57:47 -08:00
Matt Bierner a7742d3e80 💄 2019-11-07 15:57:47 -08:00
Matt Bierner 62567e525d Add rawValue for Lazy to play nicely with optional chaining 2019-11-07 15:57:47 -08:00
Matt Bierner 454eed71c2 💄 2019-11-07 15:57:47 -08:00
Matt Bierner bca7206f59 Forward onEdit from webviewEditor to mainthread 2019-11-07 15:57:47 -08:00
Miguel Solorio 27bce0f352 Update extensionsActions.test.ts 2019-11-07 15:32:05 -08:00
Miguel Solorio 72c464a669 Merge remote-tracking branch 'origin/master' into misolori/icon-font-extensions 2019-11-07 15:26:55 -08:00
Miguel Solorio c3bf29295c Update Codicons: Update tree + list icons 2019-11-07 15:04:06 -08:00