Commit graph

83879 commits

Author SHA1 Message Date
Sandeep Somavarapu c0e8e38184
upate distro 2021-06-17 16:51:11 +02:00
Benjamin Pasero ad6122b1ea
🆙 web playground 2021-06-17 16:50:24 +02:00
Daniel Imms 707af666fa Refresh xterm theme when reattaching
Fixes #126473
2021-06-17 07:26:47 -07:00
Daniel Imms cc39291fd9 Align custom hover pointer with target element 2021-06-17 07:15:44 -07:00
Alex Ross d9418aa01e
Fix backgound task terminals not closing
Fixes #126586
2021-06-17 16:13:55 +02:00
Alex Ross a414bf2973
Add protocol to tunnel API
Part of #124816
2021-06-17 16:13:54 +02:00
Logan Ramos f0a0c734f3
Fix #126563 2021-06-17 10:05:52 -04:00
Daniel Imms 86801549e2 Add missing standard transform css prop 2021-06-17 06:59:42 -07:00
Sandeep Somavarapu 6f33b2d2f6
#123661 fix active link 2021-06-17 15:59:22 +02:00
Benjamin Pasero b8d2b90f44
"Do you want to open it anyway?" in diff editor no-ops (fix #124222) (#126449)
* "Do you want to open it anyway?" in diff editor no-ops (fix #124222)

* update comment
2021-06-17 15:32:07 +02:00
Sandeep Somavarapu 9ce9551a8b
Improvements & clean up
- Deprecate static extensions
- Introduce additional builtin extensions
- Install web extension from location
2021-06-17 15:26:44 +02:00
Logan Ramos bf06adcc48
Fix #126581 2021-06-17 08:48:36 -04:00
João Moreno d9126ea356
build: scope logs to job attempt 2021-06-17 14:34:00 +02:00
João Moreno c00e870dfb
Merge branch 'joao/akv' 2021-06-17 14:26:17 +02:00
Johannes Rieken b0ed4f26f1
don't use an emitter for debounce-util, use simple event "transformer",
https://github.com/microsoft/vscode/issues/123487
2021-06-17 13:46:58 +02:00
Daniel Imms 9d728bdda8 Bring back split and kill terminal buttons for single/narrow 2021-06-17 04:43:29 -07:00
Daniel Imms 92801385a8 Fix inline tab split
Fixes #126576
2021-06-17 04:22:43 -07:00
Henning Dieterichs 106c37c2c4
When suggest preview is shown, pressing shift toggles insert/replace mode of the preview. Fixes #125302. 2021-06-17 12:03:16 +02:00
Henning Dieterichs d26c0c9dcd
Increases weight of "inlineSuggest.commit" keybinding to precede tab completion.
Fixes #125328. The command inlineSuggest.commit is only available if there is an inline suggestion visible, so changing the weight should not break anything.
2021-06-17 11:34:26 +02:00
Johannes Rieken c24879b45a
Revert "When having details for non modal, show more which shows modal... https://github.com/microsoft/vscode/issues/125750"
This reverts commit fbe6292824.
2021-06-17 11:20:12 +02:00
Johannes Rieken 4b537c8a0f
Revert "keep promise alive when continuing in modal dialog, https://github.com/microsoft/vscode/issues/125750"
This reverts commit 99a2f34ed9.
2021-06-17 11:19:45 +02:00
João Moreno b5b92e130d
akv: use filter 2021-06-17 10:01:58 +02:00
Benjamin Pasero 64bf8ca93f
untitled - allow to resolve with initial contents but not mark as dirty 2021-06-17 09:56:45 +02:00
Henning Dieterichs 61b201afb8
When previewing multi-line ghost text, only render suggest widget to the top if there is at least 100px of free space. Fixes #125036. 2021-06-17 09:55:03 +02:00
Benjamin Pasero 285673fd5c
untitled - isEmpty => isInitial 2021-06-17 09:30:44 +02:00
Henning Dieterichs 2c4d92f719
Update ghost text when inline completion registry changes. Fixes #126452. 2021-06-17 09:22:38 +02:00
Rob Lourens a81fff00c9 Bump ripgrep, remove UTF8 BOM workaround 2021-06-16 17:04:34 -07:00
Megan Rogge d5fdadad39
Add terminal creation target setting (#126516) 2021-06-16 23:10:46 +00:00
Henning Dieterichs 22e27ffcc2
Adds GhostTextVisible precondition to ShowNextInlineSuggestionAction/ShowPreviousInlineSuggestionAction. This also fixes an issue whith Czech keyboards. 2021-06-17 00:01:48 +02:00
Connor Peet 510bf2c4a9
testing: update wording for appendMessage
Fixes #126487
2021-06-16 14:50:42 -07:00
Connor Peet 6f2b09561e
testing: clarify duration in setState
Fixes #126434
2021-06-16 14:50:42 -07:00
Henning Dieterichs d3c3199b90
Adds prefix and subwordDiff modes and settings to control them. 2021-06-16 23:44:49 +02:00
Matt Bierner 9488c96122
Show error if renderer is not found 2021-06-16 14:27:54 -07:00
Matt Bierner 79966bbfd2
Use Array<MarkedString | MarkdownString>
This better matches the existing behavior, even if it makes MarkedString's deprecation a bit less clear
2021-06-16 14:27:37 -07:00
Matt Bierner 3e89dc7c2b
Require passing in mime 2021-06-16 14:26:24 -07:00
Matt Bierner ecc99db374
Give more explicit name to method
We want to make it clear that this list does not include markup mimes
2021-06-16 14:26:24 -07:00
Matt Bierner 9459f4963e
Preserve cell.mime when changing cell kind 2021-06-16 14:26:23 -07:00
Matt Bierner 0260183788
Simplify logic for getMimeTypeInfo
Convert set to array instead of having both
2021-06-16 14:26:23 -07:00
Matt Bierner 57d5c9dd0f
Switch back to repeated contribution
Fixes #125652

When clause using `||` doesn't seem to work here
2021-06-16 14:26:23 -07:00
Matt Bierner 9d626f12e8
Split MarkdownString out of MarkedString
`MarkedString` is deprecated so it's a little confusing that we still use the type in a few places. Instead split out the non-deprecated `MarkdownString` type
2021-06-16 14:26:18 -07:00
Miguel Solorio 8c8c9bed36 Fix settings toc focus state icon (Refs #126527) 2021-06-16 13:48:33 -07:00
Miguel Solorio c1fb82fdbb Settings gear invisible on light theme (Fixes #126527) 2021-06-16 13:39:41 -07:00
Miguel Solorio 5088943261 Invisible codicons on selected cell (Fixes #126514) 2021-06-16 13:30:56 -07:00
Raymond Zhao fdb1a74061
Settings editor: Change Cancel button to secondary 2021-06-16 12:15:55 -07:00
Rob Lourens fcf6cec4f9 Add "show cell breakpoint margin" command 2021-06-16 12:03:32 -07:00
Rob Lourens 0297ae8de1 Focus new cell editor when inserting
Fix #126441
2021-06-16 11:06:07 -07:00
meganrogge 0a9d3f6366
fix #126469 2021-06-16 09:27:00 -07:00
Jackson Kearl 921ca6e9f4
Update commands.json 2021-06-16 09:18:22 -07:00
Benjamin Pasero 6cd2784c46
shell env - dispose in finally 2021-06-16 18:12:49 +02:00
Martin Aeschlimann fe850fbb57
Custom tooltip on the remote indicator. Fixes #126494 2021-06-16 17:47:57 +02:00