Commit Graph

71677 Commits

Author SHA1 Message Date
Benjamin Pasero
b4e81df81a web - rename to window.confirmBeforeQuit and show in file menu for awareness 2020-10-16 17:56:53 +02:00
Joao Moreno
6d36470eb8 avoid publishing test results for non x64 linux 2020-10-16 15:22:01 +00:00
Chuck Lantz
0fdbff1e34 Remove unneeded extensions 2020-10-16 08:05:58 -07:00
João Moreno
b9115b8b9c fixes #108714 2020-10-16 16:58:25 +02:00
Rachel Macfarlane
009156fc76 Increase the timeout of tryActivateProvider 2020-10-16 07:46:33 -07:00
Alex Dima
7a935539d4 update distro 2020-10-16 16:20:17 +02:00
Benjamin Pasero
fbcd41079d add retries for test that depends on focus (#108727) 2020-10-16 16:12:30 +02:00
Benjamin Pasero
72950f8be7 backup - wire in cancellation token to implementation 2020-10-16 15:57:47 +02:00
Benjamin Pasero
29d459b68b backup - add cancellation token for more clever cancelling of scheduled backups 2020-10-16 15:57:47 +02:00
Johannes Rieken
b487f7772b Merge pull request #108753 from janeymunoz/fix-typos
Update vscode.d.ts
2020-10-16 15:53:26 +02:00
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
Janey Muñoz
f3e58fbdd0 Fix nearby link typo 2020-10-15 12:20:34 -07:00
Janey Muñoz
698d823d2b Update vscode.d.ts
- Fixed erroneous reference to deprecated function
- Fixed typo ("ExtensionContent" to "ExtensionContext")
2020-10-15 12:07:15 -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