Commit Graph

71665 Commits

Author SHA1 Message Date
Andrey Sinitsyn b71ede64c1 fix(git): fatal when adding, reverting files or cleaning repo on win32 (#108691)
Fixes issue #108690
2020-10-16 15:26:15 +02:00
Benjamin Pasero 627fa8d425 Web: do not disable backups when auto save is enabled (fix #108789) 2020-10-16 13:29:14 +02:00
Benjamin Pasero 0ea68382da web - do not enable confirmBeforeQuit per default if running in kiosk mode 2020-10-16 12:36:44 +02:00
Ladislau Szomoru 3bfa6735c3 Add explorer context menu to install an extension from a VSIX (#108787) 2020-10-16 12:30:39 +02:00
Alex Dima d81f0e4992 Protect from throwing IWorkbenchExtensionEnablementService.isEnabled 2020-10-16 11:38:30 +02:00
Benjamin Pasero f3399d0c4b web - allow to close workbench under certain conditions 2020-10-16 09:07:55 +02:00
deepak1556 89c002ab02 chore: bump electron@9.3.2
Fixes https://github.com/microsoft/vscode/issues/102252
2020-10-15 15:07:54 -07:00
deepak1556 a65368bcee chore: bump distro 2020-10-15 11:09:20 -07:00
deepak1556 686c05d064 chore: bump vscode-nsfw@1.2.9 2020-10-15 11:03:54 -07:00
Johannes Rieken d369bb1a90 update search file 2020-10-15 18:27:15 +02:00
Johannes Rieken caf096c408 💄 insane options creation 2020-10-15 17:49:21 +02:00
Johannes Rieken 4e953775d8 updates 2020-10-15 17:34:02 +02:00
Johannes Rieken 6ca5884389 notebook for missing type, missing feature area, https://github.com/microsoft/vscode/issues/108472 2020-10-15 16:00:12 +02:00
Johannes Rieken 37a7ef133b fix https://github.com/microsoft/vscode/issues/90834 2020-10-15 16:00:12 +02:00
Martin Aeschlimann 0211038211 [json] increase rangeFormatting editLimit to 10000 (for #97138) 2020-10-15 15:37:51 +02:00
Johannes Rieken 9ceb48edbc getting latest tsec, update yarn lock 2020-10-15 15:26:50 +02:00
Johannes Rieken 4be0a2b9d5 use latest version of references viewlet, https://github.com/microsoft/vscode/issues/108726 2020-10-15 14:57:45 +02:00
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