Henning Dieterichs
|
db1bd650dc
|
Don't compute ghost text that is not supported. Thus, no space is reserved for unsupported ghost text.
|
2021-05-30 23:01:36 +02:00 |
|
Alex Dima
|
ea02f214c7
|
Merge remote-tracking branch 'origin/main' into alex/ghost-text
|
2021-05-28 18:33:32 +02:00 |
|
Alex Dima
|
dca2b9e2db
|
Show hover over multiline ghost text
|
2021-05-28 18:17:47 +02:00 |
|
Alex Dima
|
affbf49ccc
|
Introduce HoverAnchor to allow hovering on something other than a range
|
2021-05-28 18:01:31 +02:00 |
|
Henning Dieterichs
|
b16b45fecb
|
Tweaks the effect of showSuggestionPreview and introduces showInlineCompletions. Explicitly triggering inline completions will now work even if settings are disabled.
|
2021-05-28 17:37:49 +02:00 |
|
meganrogge
|
d2854fd787
|
fix #124842
|
2021-05-28 08:26:06 -07:00 |
|
Megan Rogge
|
394a1ce2db
|
Merge pull request #124752 from microsoft/tyriar/term_trust
Support workspace trust in terminal
|
2021-05-28 10:07:03 -05:00 |
|
Alex Ross
|
9eb940e243
|
Remove padding left (#124823)
|
2021-05-28 07:00:54 -07:00 |
|
isidor
|
42af32d16a
|
do not use shadow dom for editor context menu for iOS
fixes #122035
|
2021-05-28 15:59:13 +02:00 |
|
Alex Ross
|
e7776ccdcc
|
Setting for specifiying the local host for port forwarding
Fixes #124581
|
2021-05-28 15:38:31 +02:00 |
|
Alex Dima
|
e15f402651
|
Add mightBeForeignElement detail for CONTENT_TEXT mouse target types
|
2021-05-28 14:43:39 +02:00 |
|
Henning Dieterichs
|
a2d1bd0d15
|
Adds menu 'editor/inlineCompletions/actions' that extensions can contribute to.
|
2021-05-28 14:30:21 +02:00 |
|
Henning Dieterichs
|
098dfd56e3
|
Changes shortcuts of next/previous inline completion to Alt + Open/Close Square Bracket.
|
2021-05-28 14:21:55 +02:00 |
|
Alex Dima
|
00de32d013
|
Keep track of the span node used for hit testing
|
2021-05-28 13:54:11 +02:00 |
|
Alex Dima
|
8e54aed67b
|
Remove IHoverPart.equals
|
2021-05-28 12:23:42 +02:00 |
|
Alex Dima
|
ccfda77c8e
|
Reorder participants to improve stability
|
2021-05-28 12:09:48 +02:00 |
|
João Moreno
|
541a5d4fa7
|
smoke: trust dialog should appear in 5 seconds, and we can ignore if it doesn't
|
2021-05-28 11:38:10 +02:00 |
|
Alex Ross
|
5b642616ef
|
Use loading + spin codicon for task terminals status
Part of https://github.com/microsoft/vscode/issues/121659
|
2021-05-28 11:19:28 +02:00 |
|
Benjamin Pasero
|
3a857fc436
|
editors - add tests for capability change events
|
2021-05-28 11:15:02 +02:00 |
|
Alex Ross
|
004f6609f8
|
Fix problems with port protocol
|
2021-05-28 10:53:03 +02:00 |
|
Benjamin Pasero
|
903e219ccb
|
files - need to track individual readonly stats everywhere (#124524)
|
2021-05-28 10:42:30 +02:00 |
|
Benjamin Pasero
|
466dd4e490
|
files - provide access to stat object from not modified error
|
2021-05-28 10:42:30 +02:00 |
|
Johannes Rieken
|
d5c73cc952
|
fix https://github.com/microsoft/vscode/issues/123570
|
2021-05-28 10:17:31 +02:00 |
|
Alex Dima
|
3ac57c7132
|
Fix NPEs caused by extension that is not in the marketplace
|
2021-05-28 09:34:46 +02:00 |
|
Henning Dieterichs
|
df03e4caad
|
Removed unused MarkdownString.
|
2021-05-28 09:32:05 +02:00 |
|
SteVen Batten
|
e5f70e8e2a
|
fix smoke tests (#124814)
|
2021-05-28 09:30:47 +02:00 |
|
Megan Rogge
|
47d3d743ca
|
set max zoom to 8 (#124769)
|
2021-05-28 09:23:33 +02:00 |
|
Henning Dieterichs
|
b2da15ea2d
|
Merge pull request #124745 from microsoft/alex/ghost-text
More Ghost Text Improvements
|
2021-05-28 09:21:14 +02:00 |
|
Henning Dieterichs
|
a9c54044e5
|
Refactors inline completions model.
|
2021-05-28 09:19:41 +02:00 |
|
Henning Dieterichs
|
ccedcbdf5e
|
Do not accept suggestion on tab if indentation is suggested.
|
2021-05-28 09:19:40 +02:00 |
|
Henning Dieterichs
|
a2944c32ea
|
Fixes rendering of whitespace in the inline decoration.
|
2021-05-28 09:19:39 +02:00 |
|
Henning Dieterichs
|
8a3f351eb9
|
Use explicit context when the user cycles through suggestions.
|
2021-05-28 09:15:32 +02:00 |
|
SteVen Batten
|
8715d80695
|
fixes #124809
|
2021-05-27 23:34:37 -07:00 |
|
Benjamin Pasero
|
7a767570e8
|
editors - more tweaks to dnd behaviour
|
2021-05-28 08:02:29 +02:00 |
|
Jackson Kearl
|
07ff28c58d
|
Dont center markdown content
|
2021-05-27 22:29:40 -07:00 |
|
Jackson Kearl
|
970858ef6d
|
Add first pass of color theme selection markdown content
|
2021-05-27 17:25:19 -07:00 |
|
Megan Rogge
|
29cad8fb5e
|
Merge pull request #124754 from microsoft/tyriar/profile_api
Terminal profile contributions
|
2021-05-27 19:01:23 -05:00 |
|
Tyler Leonhardt
|
e0c8a76b7a
|
don't sort scope list. Fixes Microsoft/vscode-pull-request-github#2751
|
2021-05-27 16:45:59 -07:00 |
|
Daniel Imms
|
c1448f3161
|
Remove ansi escapes from localized string
|
2021-05-27 15:53:30 -07:00 |
|
Matt Bierner
|
9eeb092206
|
Re-enable skipped test
Fixes #119146
|
2021-05-27 15:44:27 -07:00 |
|
Daniel Imms
|
9b609ab1e1
|
Clean up profile provider api
|
2021-05-27 15:27:38 -07:00 |
|
Daniel Imms
|
e8758933d8
|
Disallow custom profiles as default
|
2021-05-27 15:20:36 -07:00 |
|
Daniel Imms
|
e037348d27
|
Support launching contributed profiles from dropdown
|
2021-05-27 15:17:59 -07:00 |
|
Matt Bierner
|
280e007073
|
Add undocumented always syntax only TS server mode
Fixes #124649
|
2021-05-27 14:40:47 -07:00 |
|
rebornix
|
866ecdd45a
|
Merge branch 'notebook/dev' into main
|
2021-05-27 14:04:55 -07:00 |
|
Alex Dima
|
1c3cc87bcc
|
Add an InlineCompletionsHoverParticipant
|
2021-05-27 22:58:47 +02:00 |
|
Daniel Imms
|
7ce379e3f2
|
Merge branch 'main' into tyriar/term_trust
|
2021-05-27 13:54:11 -07:00 |
|
Matt Bierner
|
d9e043161f
|
Bump sw version
This is needed since we've changed the structure of webview uris
|
2021-05-27 13:49:16 -07:00 |
|
Matt Bierner
|
73ff24e451
|
Fix de/encoding for rewritten vscode-resoruce uris
Fixes #124678
`URI.from` re-encodes the input path, so we need to make sure we decode the path first before passing it in
|
2021-05-27 13:47:28 -07:00 |
|
Matt Bierner
|
b8f11107f7
|
Use @types/vscode-webview
|
2021-05-27 13:41:38 -07:00 |
|