Commit Graph

71648 Commits

Author SHA1 Message Date
Benjamin Pasero 50ee84f780 debt - btoa/atob is not core 2020-10-15 13:55:18 +02:00
Johannes Rieken aa4a787851 update references viewlet 2020-10-15 12:41:03 +02:00
Johannes Rieken a28cf53a61 Merge pull request #108386 from tony-xia/dispoables2disposable
dispoables -> disposable
2020-10-15 11:05:17 +02:00
Benjamin Pasero f0ab9ca851 🆙 distro 2020-10-15 10:41:37 +02:00
Benjamin Pasero f927231049 fix build 2020-10-15 10:11:37 +02:00
Benjamin Pasero a3b4844c69 💄 dependencies of workbench 2020-10-15 09:57:38 +02:00
Benjamin Pasero 3bbcbfa19d debt - add and enable mocha/no-exclusive-tests rule 2020-10-15 09:57:38 +02:00
Christof Marti 2177faac0c Remove .only 2020-10-15 09:31:38 +02:00
Matt Bierner a522f37e37 Use previously active signature if sig help is retriggered while a sig is still being resolved
Fixes #96702
2020-10-14 17:46:58 -07:00
Matt Bierner 8397461b70 Only mark custom editor as non-dirty once save has completed successfully
Fixes #101872
2020-10-14 16:54:12 -07:00
Matt Bierner 88929c7a45 Clear focus before when focusing on webviews
Fixes #101553

The cause of #101553 is that the `document.activeElement` remained set to the command input box when you accept the `undo` command.
2020-10-14 16:47:50 -07:00
Matt Bierner 4be7f6a297 Correctly mark WorkingCopyCapabilities.Untitled for custom editors
Fixes  #108143
2020-10-14 16:22:11 -07:00
Rob Lourens abf6f8ce90 remoteAgentTerminals: Only show "Starting..." for a terminal created before we have a connection 2020-10-14 15:02:24 -07:00
Pierre Papin 74335e9bf3 fix download issues in webviews (#108603)
* fix download issues in webviews

* also add allow-download in ts src
2020-10-14 14:42:37 -07:00
Raymond Zhao f87d1f4609 Add force refresh case for #108670 2020-10-14 14:07:40 -07:00
Alex Dima 028848c4e7 Remove unnecessary interface 2020-10-14 22:48:16 +02:00
Alex Dima c015bf2276 update distro 2020-10-14 22:44:53 +02:00
Alexandru Dima a5c2f2ef4f Merge pull request #108684 from microsoft/remoteTerminals
Introduce Remote Terminals
2020-10-14 22:41:51 +02:00
Alex Dima 35368d6c01 Introduce Remote Terminals
Co-authored-by: Rob Lourens <roblourens@gmail.com>
2020-10-14 22:39:28 +02:00
Martin Aeschlimann 59f4562c66 [json] update service. Fixes #97843 2020-10-14 22:20:05 +02:00
Raymond Zhao 0fc17285e1 Update Emmet on save of snippets file #108670 2020-10-14 12:32:20 -07:00
SteVen Batten 2fcea93f82 link privacy statement in telemetry setting 2020-10-14 12:01:18 -07:00
Jackson Kearl 0a3a0fa9eb Allow command as a scheme for href's/etc.
Fixes #108577
2020-10-14 11:42:24 -07:00
rebornix 076245b1ce re #108349. do not bind keybindings cmd+v in terminal on web. 2020-10-14 10:51:51 -07:00
Jackson Kearl 40b805be48 Merge pull request #108515 from jeanp413:fix-108286
Fixes Search in the search editor does not respect the modified sort field
2020-10-14 10:31:56 -07:00
Jackson Kearl aa38447760 Trust all of github if you're signed in to github.
Closes vscode-internalbacklog/1492.
2020-10-14 10:02:10 -07:00
Chuck Lantz fbec07acdd Update devcontainer cache branch logic 2020-10-14 09:34:45 -07:00
rebornix 48d87785f8 notebook overlay, relative top of workbench. 2020-10-14 08:36:12 -07:00
João Moreno 22c6eaa833 publish web bits scoped to quality 2020-10-14 17:24:36 +02:00
Martin Aeschlimann 1d3fdaf8b2 Go to Reference does not unfold folded regions under some circumstances. Fixes #93393. Fixes #59383. Fixes #41419 2020-10-14 16:51:34 +02:00
Alex Ross 9da8106aa7 Always show ports status bar entry when remote 2020-10-14 16:47:17 +02:00
Alex Ross ec20e22fb5 running applications -> running services 2020-10-14 16:40:44 +02:00
Alex Ross dd72e8d03b Fix ports status bar entry not updating with number 2020-10-14 16:39:27 +02:00
Chuck Lantz edd5e11cb0 Fix CI trigger 2020-10-14 14:38:19 +00:00
João Moreno 28944722c7 upload web to CDN 2020-10-14 16:02:07 +02:00
Benjamin Pasero 26eefd4b0a web - introduce window.confirmBeforeQuit setting and enable by default 2020-10-14 15:59:40 +02:00
Alex Ross cd89b6a77c Custom dialog: "Save Workspace As..." does not put proper name (#108313)
Fixes #107279
2020-10-14 11:53:39 +02:00
deepak1556 dde66b62fe chore: bump distro 2020-10-14 02:48:40 -07:00
deepak1556 589e5f0d5e add arch for darwin publish step 2020-10-14 02:42:10 -07:00
Alex Ross eb7545636d Update ThemeIcon ThemeColor jsdoc
Part of #103120
2020-10-14 11:01:08 +02:00
Alex Ross fc877c79d9 Port related string improvements 2020-10-14 10:55:44 +02:00
Benjamin Pasero eb8e1815a3 dialogs - make sure to put mnemonics for button labels 2020-10-14 10:52:57 +02:00
Benjamin Pasero d9b04426ef debt - adopt multibyteAwareBtoa and add tests 2020-10-14 07:49:54 +02:00
Jackson Kearl 2ed16d0ce8 Update trusted domains to work with IPs. (#108634)
* Update trusted domains to work with IPs.

* Remove `only`s

* Add new matching rules to help text
2020-10-13 18:57:35 -07:00
rebornix adef870dcd re #108349. Allow copy on text in static output. 2020-10-13 18:46:18 -07:00
rebornix 8fbd08709b vendor prefix for user-select. 2020-10-13 18:22:40 -07:00
rebornix aab03fe775 refine notebook copy/paste when clauses. 2020-10-13 18:14:49 -07:00
rebornix 72e27c0b23 add when clause for copy/paste command in notebook editor. 2020-10-13 17:43:13 -07:00
rebornix de18f21e99 avoid awaiting for all extensions if possible. 2020-10-13 17:36:32 -07:00
Matt Bierner cafa01e041 Use multi-byte aware version of btoa
Fixes #108431
2020-10-13 17:05:53 -07:00