Commit graph

83187 commits

Author SHA1 Message Date
meganrogge 2dfd9d82ad
bump vscode bersion 2021-06-04 13:48:52 -07:00
meganrogge 5c12464db9
don't involve terminalService 2021-06-04 13:32:40 -07:00
Christof Marti 63e5b8058a Async import only once 2021-06-04 21:42:23 +02:00
Alexandru Dima ff9dd60caf
Fix issue with whenIsEntirelyIncluded 2021-06-04 21:38:15 +02:00
meganrogge 7b589ccd90
only show notification once per window reload 2021-06-04 11:48:35 -07:00
SteVen Batten 2064d4c301 fix issue reporter unit tests 2021-06-04 11:06:31 -07:00
Jackson Kearl d99a697eb5
Fix #125503 2021-06-04 10:39:57 -07:00
rebornix b098b10a77 Merge branch 'notebook/dev' into main 2021-06-04 10:32:13 -07:00
Connor Peet a57e41b7a4
notebooks: more accurately detect old style of renderers
Fixes #125519
2021-06-04 10:30:43 -07:00
Jackson Kearl c8a447f93b
Fix #125507 2021-06-04 10:27:55 -07:00
Jackson Kearl ae4124aa7e
Fix #122570 2021-06-04 10:25:20 -07:00
meganrogge 2bcdb95e7d
update distro 2021-06-04 10:22:37 -07:00
SteVen Batten 89d750cd68
add restricted mode to created issues (#125537) 2021-06-04 10:19:45 -07:00
Rob Lourens 5f7166fd91 Put run menu above output container, Fix #125188 2021-06-04 10:18:06 -07:00
Ladislau Szomoru d9cf45e0db
Fix #125526 2021-06-04 19:15:38 +02:00
Megan Rogge ab0bd774c9
Pass profiles, defaultProfile, isWorkspaceTrusted from renderer to shared process (#125450) 2021-06-04 10:05:28 -07:00
Eric Amodio 061403c745 Switches to new RemoteHub authority separator 2021-06-04 12:55:10 -04:00
SteVen Batten 0e6d07052c remove untrustedWorkspace search for now 2021-06-04 09:44:08 -07:00
Rob Lourens 1c5b5a632f Hide "Customize Notebooks" in getting started behind setting 2021-06-04 09:42:44 -07:00
Logan Ramos f843c51bca
Update lock file 2021-06-04 12:41:38 -04:00
Eric Amodio 2456872bca Bump distro 2021-06-04 12:38:29 -04:00
Martin Aeschlimann 12547c1de8
remove virtual workspace information from banner (#125512) 2021-06-04 09:33:01 -07:00
rebornix 6de86dcd84 update notebook layout default values. 2021-06-04 09:31:23 -07:00
SteVen Batten 0f0abb3dc8
trust vfs (#125523)
* trust vfs

* return value in remote case

* flip negation
2021-06-04 09:21:16 -07:00
Logan Ramos 8d87a66427
Bump es build 2021-06-04 11:03:14 -04:00
Ladislau Szomoru bcdfe884a3
Fix window reload with an empty remote window 2021-06-04 16:28:34 +02:00
Martin Aeschlimann a0bc15ff6f
Close Remote Connection shows up in local windows 2021-06-04 15:04:25 +02:00
Henning Dieterichs fe1eafc80c
Merge pull request #125498 from microsoft/hediet/fix-125034
Renames "Inline Completion" to "Inline Suggestion". Removes Ghost Text Expanded Setting (default true)
2021-06-04 14:02:02 +02:00
Henning Dieterichs 5eb636f22f
Renames InlineSuggestionActions back to InlineCompletionsActions. 2021-06-04 13:55:02 +02:00
Henning Dieterichs e8ad99de2b
Merge branch 'main' into hediet/fix-125034
# Conflicts:
#	src/vs/editor/contrib/inlineCompletions/ghostTextController.ts
#	src/vs/editor/contrib/inlineCompletions/inlineCompletionsHoverParticipant.ts
2021-06-04 13:53:21 +02:00
Henning Dieterichs dcf62e3a1e
Merge pull request #125501 from microsoft/hediet/add-accept-action
Adds accept action to inline suggestion hover
2021-06-04 13:51:17 +02:00
Henning Dieterichs fe6fc208e9
Puts EditorOption.inlineSuggest to the right spot. 2021-06-04 13:49:52 +02:00
Henning Dieterichs c6777d5c6c
Reverts menu rename. 2021-06-04 13:49:10 +02:00
Henning Dieterichs c5bbe0a35e
Merge pull request #125484 from microsoft/hediet/fix-125478
trigger inline completions also on deleteLeft, deleteRight
2021-06-04 13:40:04 +02:00
Alex Dima 20cb29b076
Fixes #125430: Add a lock around the extension registry.
The problem was that `restartExtensionHost()` was called and immediately afterwards enablement changed events were coming in.

This would lead to the delta extensions queue being handled while the extension host was starting, making the extension host start with newly enabled extensions, which were then attempted to be enabled via the delta extensions queue.

The solution is to make starting and enablement changes handling exclusive via a lock
2021-06-04 13:36:43 +02:00
Martin Aeschlimann 383ae36449
restricted mode hover: added a link to manage trust. For #125408 2021-06-04 13:23:04 +02:00
Henning Dieterichs 1a8285a965
Adds accept action to inline suggestion hover. Fixes #125472. 2021-06-04 13:20:54 +02:00
Henning Dieterichs 2ba1dcb0c9
Removes setting ghostTextExpanded. Fixes #125037. 2021-06-04 13:06:21 +02:00
Henning Dieterichs 3300006ee1
* Renames command ids, context keys and command titles to Inline Suggestion.
* Renames menu item, makes it proposed API.

Fixes #125034.
2021-06-04 12:46:06 +02:00
Martin Aeschlimann f8c061e73d
restricted trust status bar item should use rich hover. Fixes #125408 2021-06-04 12:43:49 +02:00
Henning Dieterichs 620434543f
* renames editor.suggest.showSuggestionPreview to editor.suggest.preview
* renames editor.suggest.showInlineCompletions to editor.inlineSuggest.enabled
2021-06-04 12:10:56 +02:00
isidor 4b0c17e180
fixes #115535 2021-06-04 12:03:08 +02:00
Johannes Rieken 93e61e267c
fix compile error 2021-06-04 12:01:16 +02:00
Johannes Rieken 54dd1429b6
startup timings uses now exit and not quit, fyi @bpasero 2021-06-04 11:50:12 +02:00
isidor 922f866a28
run menu: more precise context keys 2021-06-04 11:33:50 +02:00
Johannes Rieken f207b38307
inline NotebookExecuteHandler type 2021-06-04 11:32:25 +02:00
Isidor Nikolic fa1694c8af
Merge pull request #125465 from microsoft/menubarFix
fixes context keys with menubar
2021-06-04 11:29:14 +02:00
João Moreno 5efc2e7abc
💄
related to #125445
2021-06-04 10:51:53 +02:00
Henning Dieterichs 7954c27d2d
Fixes #125478. 2021-06-04 10:40:52 +02:00
João Moreno f99e1c358f
fixes issue with asExternalUri API 2021-06-04 10:38:59 +02:00