Commit graph

75389 commits

Author SHA1 Message Date
João Moreno f745a912ae
fixes #114420 2021-01-15 15:19:19 +01:00
Benjamin Pasero 62bb9b3d3f shared process - adopt toggle method from management service 2021-01-15 14:31:40 +01:00
Sandeep Somavarapu 65582ba33d Fix #114326 2021-01-15 14:00:22 +01:00
João Moreno 0442b73422
remove devops ci badge 2021-01-15 13:58:38 +01:00
João Moreno d472f9d503
remove devops continuous build 2021-01-15 13:56:51 +01:00
Benjamin Pasero f8dbf7dd07
Merge pull request #114359 from microsoft/ben/shared-process-message-port
Implement message port support for shared process connection
2021-01-15 13:55:53 +01:00
isidor 217aab28fa breakpoint polish condition context keys
#113805
2021-01-15 13:43:10 +01:00
Benjamin Pasero 6ca430e6a6
Merge branch 'master' into ben/shared-process-message-port 2021-01-15 13:30:09 +01:00
Benjamin Pasero 55325988a0 shared process - basic message port tests 2021-01-15 13:28:09 +01:00
Sandeep Somavarapu d952c81817 Fix #114379 2021-01-15 13:25:52 +01:00
Ladislau Szomoru 6f9f6f806c
Azure DevOps pipeline artifacts (#114405) 2021-01-15 13:00:03 +01:00
Alex Ross be2732570a Include tunnel service canElevate check 2021-01-15 12:26:32 +01:00
Alex Ross 6889ed3ab1 Notification for elevating when using privileged port from openTunnel 2021-01-15 12:26:32 +01:00
Isidor Nikolic 25a9fcdb91
Merge pull request #114388 from jeanp413/watch-copy-value-selection
Respect multi selection when Copy value in Watch Expression View
2021-01-15 12:07:25 +01:00
Benjamin Pasero 98acb74149 shared process - fix --status invocation 2021-01-15 10:46:32 +01:00
Sandeep Somavarapu addb6b9b53 💄 2021-01-15 10:29:59 +01:00
Benjamin Pasero 55e10fd785 shared process - introduce a separate service for management 2021-01-15 09:45:10 +01:00
Ladislau Szomoru 22c1c0b486 update distro again 2021-01-15 09:41:48 +01:00
Ladislau Szomoru ba7f5c60a5 update distro 2021-01-15 09:38:11 +01:00
Ladislau Szomoru 5d620dc846 Update Linux publish script 2021-01-15 09:31:49 +01:00
Ladislau Szomoru 45e8d6ebc6 Update distro commit 2021-01-15 09:31:09 +01:00
Benjamin Pasero c082930a43 shared process - introduce platform/sharedProcess 2021-01-15 09:23:38 +01:00
Benjamin Pasero ec2a8e5b9e shared process - rely on "close" event for disconnects 2021-01-15 08:58:50 +01:00
Benjamin Pasero 9e1863ec2d shared process - 💄 2021-01-15 08:45:35 +01:00
Ladislau Szomoru 98d2d74ba0 Revert "Publish scripts update (#114375)"
This reverts commit 99f0ab9f73.
2021-01-15 08:22:50 +01:00
Ladislau Szomoru 99f0ab9f73
Publish scripts update (#114375) 2021-01-15 08:11:54 +01:00
Benjamin Pasero 2bf5b56f11 shared process - move the shared process back to IPC folder
We still have to figure out where to best put these files
2021-01-15 08:08:19 +01:00
Harald Kirschner 8dff4cfa55 Expanding Getting Started text based on first round of feedback. 2021-01-14 22:52:53 -08:00
Benjamin Pasero bcb33ef629 Merge branch 'master' into ben/shared-process-message-port 2021-01-15 07:32:53 +01:00
Eric Amodio 9c7128d8fa Fixes #114384 - recheck resources after save/add 2021-01-15 00:16:53 -05:00
jeanp413 746c455458 Respect multi selection when Copy value in Watch Expression View. Fix #114353 2021-01-15 00:04:06 -05:00
Jackson Kearl 1a6eef3170 Update image ref 2021-01-14 19:29:14 -08:00
Jackson Kearl 54cb0ed544 Clean up settings sync entry 2021-01-14 18:38:39 -08:00
Matt Bierner 4207c4ee13 Move defaultExternalUriOpenerId into configuration to avoid cycle 2021-01-14 17:43:52 -08:00
Matt Bierner 5c39159acb Fix cycle 2021-01-14 17:36:58 -08:00
Thomas Neil James Shadwell 4566eebe4f
Fix typo in markdown sanitizer (#111258)
There was / is a typo in `markdownRenderer.js` that allowed any *trusted* document to pass arbitrary HTML through the marked.js sanitizer provided it is wrapped in `<span></span>` tags, or similar.

What could you have done with this? Not much that was not already possible in trusted mode, which, as far as I can tell is used just for Jypiter Notebooks that pretty much definitionally can execute Python anyway.

Insane strips everything worthwhile except `<a data-href=''/>` which you can use to send `command:` URIs on click (`javascript:` URIs are disabled at a higher level of abstraction), but are already whitelisted (L141) for trusted documents.
2021-01-14 17:26:10 -08:00
Takashi Tamura a34e751b01
Fix scrolling of markdown preview. Close #65504 (#111094)
* Fix scrolling of markdown preview.

* Use scrollDisabledCount.

* Stop initializing scrollDisabledCount.

* Make scrollTo enough large to occur scroll events.

* Should resolve when the error event occurs.
2021-01-14 17:24:08 -08:00
Matt Bierner 64496f8219 Allow using 'default' to force fall back to VS Code's default opener 2021-01-14 17:17:16 -08:00
Matt Bierner 6cceb4eab0 Remove enabled setting and try to open simple browser to side of current editor 2021-01-14 17:06:14 -08:00
Matt Bierner 1e3a23b4e0 Fix simple browser button color for light themes 2021-01-14 17:06:14 -08:00
Matt Bierner cc5e8b22fa Continue work on url opener api
For #109277

- Add `option` opener priority. This means the oper will only be shown if requested but will not replace the default opener
- Persist registered openers for IntelliSense suggestions
2021-01-14 17:06:14 -08:00
Jackson Kearl a590d4fac3 Only show "Open in VSCode..." when isWeb. 2021-01-14 16:56:50 -08:00
SteVen Batten 67c889e394
Merge and restructure menu (#114383)
* move home menu into compact menu

* add web app icon to titlebar

* add TODO
2021-01-14 16:45:41 -08:00
Rob Lourens 56a6279a1c Don't use getActions in search view
#92038
2021-01-14 16:23:05 -08:00
Jackson Kearl 856277c859 Github Login => Setting Sync 2021-01-14 15:20:59 -08:00
rebornix ad3974ad88 💄 2021-01-14 15:18:16 -08:00
rebornix e32e353bfd fix #114171. 2021-01-14 15:18:16 -08:00
Jackson Kearl 255853d171 Remove emptyWorkspaceSupport when conditions 2021-01-14 14:50:16 -08:00
Jackson Kearl 11d18c2c09 remoteName == codespaces for codespaces section 2021-01-14 14:48:27 -08:00
Alexandru Dima 9f3832dc68
Bust the node module cache 2021-01-14 22:39:11 +01:00