Commit Graph

51846 Commits

Author SHA1 Message Date
Sandeep Somavarapu
d685337db2 Use semver-umd everywhere 2019-07-18 15:33:53 +02:00
Martin Aeschlimann
bd57ca7066 Expand Selection not working as intended. Fixes #77194. Fixes #77087 2019-07-18 13:57:51 +02:00
Joao Moreno
7ec1707aa9 Merge branch 'master' of github.com:Microsoft/vscode 2019-07-18 12:22:45 +02:00
Joao Moreno
ccbd05eed3 bump windows-mutex 2019-07-18 12:22:27 +02:00
Andre Weinand
ac34471f1c update distro 2019-07-18 12:22:03 +02:00
Andre Weinand
29801104f1 update distro 2019-07-18 12:19:34 +02:00
Sandeep Somavarapu
79a71f5d23 update distro 2019-07-18 12:17:15 +02:00
Sandeep Somavarapu
75ce377f74 Support enablement in web 2019-07-18 12:17:15 +02:00
Sandeep Somavarapu
02b5270842 fix icon urls 2019-07-18 12:17:15 +02:00
Sandeep Somavarapu
6d09bf0f80 Move extensions tips service to workbench 2019-07-18 12:17:15 +02:00
Sandeep Somavarapu
db8cc94a06 Move enablement and servers to workbench 2019-07-18 12:17:15 +02:00
Andre Weinand
fb0e9f7d03 cleanup ExtensionHostDebugService 2019-07-18 11:56:42 +02:00
João Moreno
5bf08bd33b chore: Bump windows-foreground-love@0.2.0 (#77548)
chore: Bump windows-foreground-love@0.2.0
2019-07-18 11:36:34 +02:00
Sandeep Somavarapu
71b6beff35 💄 2019-07-18 11:29:54 +02:00
Joao Moreno
88ac0fd7cf update gulp-atom-electron 2019-07-18 11:25:19 +02:00
Sandeep Somavarapu
8ffcb49f4f disable some extension commands in web 2019-07-18 11:20:44 +02:00
Joao Moreno
28473ed5f7 distro 2019-07-18 11:10:02 +02:00
Joao Moreno
b43e1aba59 Merge branch 'joao/fix-alpine' 2019-07-18 11:09:42 +02:00
Martin Aeschlimann
cfc9a4ab77 Merge pull request #77496 from angelozerr/patch-1
Add '.ent' and '.mod' file extensions  for the XML language
2019-07-18 11:04:46 +02:00
Joao Moreno
5e0bcd6afe distro 2019-07-18 08:37:35 +02:00
Matt Bierner
52b6e7c4f5 Make sure we hide the webview overlay when it is not in use 2019-07-17 18:53:02 -07:00
Matt Bierner
2091f715f0 Don't hang on to webview in WebviewEditor 2019-07-17 18:51:16 -07:00
Matt Bierner
eb0dc4c561 Use a single instance of webviewIconsManager 2019-07-17 18:30:54 -07:00
Matt Bierner
7d842fa5d3 Make sure we update our stored html when using the update function too 2019-07-17 18:29:19 -07:00
Matt Bierner
06c418c0dc Fix state being lost on first update of a revived webview 2019-07-17 18:28:02 -07:00
Matt Bierner
928ae46457 Rewrite how webviews are managed internally
This change attempts to do the following:

- Encapsult most of the logic for handling the webviews used for webview editors into a new WebviewEditorOverlay class
- Greatly simplify WebviewEditorInput and make it take a webview when it is created
- Move the webview creation logic up into the webviewEditorService instead of having it be inside the webviewEditor class itself

This aim of these changes is to make it possible to re-use more of the webview logic for custom editors
2019-07-17 18:14:08 -07:00
Matt Bierner
8bdcd22b62 Start with no state, instead of empty object state 2019-07-17 18:14:08 -07:00
Matt Bierner
5ea2f5a75d Use regular map instead of object literal map 2019-07-17 18:14:08 -07:00
Matt Bierner
8b69b981de Simplify state used for webviews
We previously used nested states to store some additional metadata alongside the real webview state. This is overly complicated. This change switches us to using a single top level state field, while also adding some code to handle migration from the old state structure
2019-07-17 18:14:08 -07:00
Matt Bierner
4629479920 Don't require using state to check if we can revive 2019-07-17 18:14:08 -07:00
Matt Bierner
e26db506b7 Mark that state may be undefined 2019-07-17 18:14:08 -07:00
Matt Bierner
b185e5b77c Remove unsed event 2019-07-17 18:14:08 -07:00
Peng Lyu
c742363dfc Revert "keymap tests."
This reverts commit 3000b68b6a.
2019-07-17 17:45:09 -07:00
Peng Lyu
3000b68b6a keymap tests. 2019-07-17 17:36:42 -07:00
Peng Lyu
17934ddf4f Merge pull request #75155 from connorshea:ruby-rbi-files
Add the .rbi file extension as a Ruby file type
2019-07-17 17:02:15 -07:00
Connor Shea
c898cc3489 Add the .rbi file extension as a Ruby file type.
.rbi files are type definition files that are currently used by some
community type checkers, most notably Stripe's Sorbet,
and will be part of the main language in Ruby 3.
2019-07-17 17:58:20 -06:00
deepak1556
6d5e584e20 chore: Bump windows-foreground-love@0.2.0 2019-07-17 16:36:26 -07:00
Matt Bierner
b850405aa6 Merge pull request #76647 from masliu/master
Save resourceColumn for previews, fixes #74008
2019-07-17 16:01:46 -07:00
Rachel Macfarlane
326c26b9e0 Create browser version of telemetry service 2019-07-17 15:58:09 -07:00
Andre Weinand
3ed735d365 support debug broadcast svc for web 2019-07-17 23:58:44 +02:00
Andre Weinand
31d1b50c9f extensionHostDebugService for web 2019-07-17 23:18:36 +02:00
Andre Weinand
7d58f5f95b fix typo 2019-07-17 23:15:23 +02:00
Pine Wu
891d29ab55 Fix #77535 2019-07-17 13:32:04 -07:00
Matt Bierner
7dbaf1aebd Merge pull request #77479 from pi1024e/master
Clear disposables in the clearInput method on Disposables
2019-07-17 13:28:48 -07:00
pi1024e
b5136de090 Fixed changes and refactored so method structures in the file are same, allowing the new method to fit naturally. 2019-07-17 14:29:51 -04:00
pi1024e
5b1d433ab9 Revert "Edits"
This reverts commit ce404be0b7b7d0c2c5675cf73311f7d5fdc52bfb.
2019-07-17 14:29:51 -04:00
pi1024e
d928313dd5 Revert "Fixed formatting"
This reverts commit 30d7dc8a3f5ef8a8d8a702da2dc4517a0f64f1d4.
2019-07-17 14:29:51 -04:00
pi1024e
afcd2bc310 Fixed formatting 2019-07-17 14:29:51 -04:00
pi1024e
083cca443a Edits 2019-07-17 14:29:51 -04:00
pi1024e
a1f354204e Update uri.ts 2019-07-17 14:29:51 -04:00