Commit graph

83175 commits

Author SHA1 Message Date
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
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
Matt Bierner 8163cfd8c5
Make sure we layout editors in sideBySideEditor after they are created (#125445)
Fixes #125202

This make sure we always invoke `layout` when a new editor is created in a split view. Due to the caching added in 0449a18b7b, the `WebviewEditor` created by the split view never had `layout` called on it

Not sure if this is best fix for this issue. If not, I suggest we revert 0449a18b7b and then revisit it next iteration
2021-06-04 01:23:49 -07:00
Rob Lourens 387e2f39eb Properly complete notebook profile step 2021-06-03 19:09:58 -07:00
Rob Lourens 11f86fefb4 Track opening notebook separately from showing notebook GS page 2021-06-03 19:09:40 -07:00
SteVen Batten a2ef11ff55 fixes context keys with menubar 2021-06-03 19:08:23 -07:00
Rob Lourens fd2ed91612 Fix wrong CKS on output toolbar
Fix #125109
2021-06-03 18:48:18 -07:00
Rob Lourens f95fb77f22 Fix cellstatusbar layout issues from "visibleAfterExecute" Fix #125403 2021-06-03 18:37:14 -07:00
Rob Lourens 0acf7df100 Fix showCellStatusbar default #125403 2021-06-03 18:37:14 -07:00
SteVen Batten a244a4ccc6 improve messaging with remote 2021-06-03 18:02:44 -07:00
Tyler Leonhardt 5d58be3308
switch to a switch for localization edge cases 2021-06-03 17:58:20 -07:00
Tyler Leonhardt ae0e8f0446
uppercase h in localization 2021-06-03 17:50:51 -07:00
SteVen Batten 885ac7f1c1 fixes #125406 2021-06-03 17:37:17 -07:00
rebornix b519331a06 fix #125458. 2021-06-03 17:02:48 -07:00