Commit graph

95532 commits

Author SHA1 Message Date
Martin Aeschlimann 27729fb7c6
JSON language status isn't "pin friendly". Fixes #146561 2022-04-04 11:30:41 +02:00
Benjamin Pasero 693b2fdbaf
debt - make URL available as core type 2022-04-04 11:21:57 +02:00
Henning Dieterichs 145e5934e9
Fixes #146434 2022-04-04 11:15:21 +02:00
Benjamin Pasero 8c75800b23
🆙 distro 2022-04-04 11:02:04 +02:00
Alex Ross 68a923d383
Self register configuration resolver for web
Part of #146027
2022-04-04 10:57:01 +02:00
Benjamin Pasero 0c11ecd14b
🆙 distro 2022-04-04 10:47:24 +02:00
Benjamin Pasero 8736944a3a
🆙 distro 2022-04-04 10:36:25 +02:00
Benjamin Pasero f5dabfc304
🆙 distro 2022-04-04 10:31:46 +02:00
Benjamin Pasero ab55971591
🆙 playwright 2022-04-04 10:15:40 +02:00
Benjamin Pasero 2ada17080c
Use playwright for desktop smoke tests (#146692)
* Use `playwright` for desktop smoke tests

* fix distro issues

* tests - enable prefs tests for web
2022-04-04 10:13:08 +02:00
Ladislau Szomoru 0bc095362e
Fix #146465 2022-04-04 09:53:33 +02:00
Martin Aeschlimann bf4344c4fd
Merge pull request #146545 from CodinGame/fix-freezed-folding-blocks
Fix freezed folding blocks while computing new ones
2022-04-04 09:34:15 +02:00
Sandeep Somavarapu e8aefb5a41
#146027 self register services 2022-04-04 11:52:02 +05:30
Miguel Solorio 5467c8c441
Typo 2022-04-03 20:52:45 -07:00
Miguel Solorio 24e73f3551
Update scm decorator width for modified (#146588)
* Update scm decorator width for modified

* Remove duplicate property
2022-04-02 09:32:29 +02:00
Matt Bierner ae0f691839
_codeEditorService is optional in tests 2022-04-01 16:32:53 -07:00
Matt Bierner 44ffeba237
Switch to provider based model for on drop
This simplifies implementing the provider and also give potentially gives us more control over how the drop happens
2022-04-01 15:51:38 -07:00
Matt Bierner 5451119820
Adopt SnippetTextEdit for drop 2022-04-01 15:51:38 -07:00
rebornix 41e7b85195
fix #141377. 200 delay for async find. 2022-04-01 15:05:35 -07:00
rebornix 0b9a6b5fb5
re #141651. Disable find in preview/outputs in safari. 2022-04-01 14:48:14 -07:00
Connor Peet 6fcf02f29a
testing: re-enable possibly fixed tests 2022-04-01 13:20:50 -07:00
Daniel Imms 1735a8fd75 xterm@4.19.0-beta.20
Fixes #145751
2022-04-01 13:01:16 -07:00
rebornix 943186d56c
update nb tests. 2022-04-01 12:10:23 -07:00
Logan Ramos acab001237
Remove active change events 2022-04-01 14:24:35 -04:00
Matt Bierner e9636bbce1
Don't have space in snippet
Fixes #146503
2022-04-01 11:15:25 -07:00
Matt Bierner ca267e3f5e
Error on rename in bare file links in definition 2022-04-01 11:15:24 -07:00
Matt Bierner 114b340f7a
Fix explicit references to own file 2022-04-01 11:15:24 -07:00
Daniel Imms a7ba4439ae
Merge pull request #146526 from microsoft/tyriar/146437
Allow null in terminal defaultProfile enum
2022-04-01 10:55:58 -07:00
Megan Rogge 86cc884a9e
on move of terminal from or to the panel, hide find widget (#146568) 2022-04-01 10:18:59 -07:00
Daniel Imms 62e4fdbbc7 Fixed terminal profile tests 2022-04-01 10:16:08 -07:00
Logan Ramos f919f6c7fb
bump distro 2022-04-01 13:04:41 -04:00
rebornix 74a7062f74
sharing base cell editor options for the same language. 2022-04-01 09:54:42 -07:00
Logan Ramos 1269764e67
Fix invalid tab references 2022-04-01 12:10:19 -04:00
Martin Aeschlimann 1305aac01e
[css] Add CSS formatting option to place open brace on new line. Fixes #146398 2022-04-01 18:03:34 +02:00
Henning Dieterichs 6e1e0b1d89
Moves tokenization logic from text model to its own text model part. 2022-04-01 17:37:52 +02:00
Benjamin Pasero e8f26b998e
git - use same icon for comparing as core diff editor
//cc @lszomoru
2022-04-01 17:20:31 +02:00
Johannes 1adebec08e
use an interaction counter and reduce animations when users interacted repeatedly with the language status hover, https://github.com/microsoft/vscode/issues/145950 2022-04-01 16:58:25 +02:00
Johannes eed790ddf3
honor reduced motion flag for language status item, https://github.com/microsoft/vscode/issues/145950 2022-04-01 16:35:01 +02:00
Johannes 0c951e5c26
experiment with a "wiggle" animation which shows when language status is available or has changed, https://github.com/microsoft/vscode/issues/145950 2022-04-01 16:20:29 +02:00
Alex Ross 2b6ed7e768
Add a test for resolveWithEnvironment
Fixes #144604
2022-04-01 16:19:39 +02:00
Babak K. Shandiz 7fc55261aa
Ask user to select PR templates when forking a repository (#143733)
* Add getPullRequestTemplates method to discover templates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Add method to quick pick for PR templates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Handle possible PR templates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Remove unnecessary return value assignment

Co-authored-by: João Moreno <mail@joaomoreno.com>

* Change comparison operands' order

Co-authored-by: João Moreno <mail@joaomoreno.com>

* Remove sorting template URIs in pickPullRequestTemplate

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Sort template URIs before showing quick-pick list

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Rename getPullRequestTemplates method to findPullRequestTemplates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Find Github PR templates in-parallel using readdir/stat

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Export method for visibitliy in tests

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Add tests for Github PR template detection

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Add launcher configration to run Github tests

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 💄

* Replace stat with readDirectory for OS native case sensitivity

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Delete some files to avoid duplicate names on case insensitive envs

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Exclude deleted files from test case expected result

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Co-authored-by: João Moreno <mail@joaomoreno.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-04-01 07:07:33 -07:00
Loïc Mangeonjean 7d7a3fba79 Fix folding blocks being freezed while computing new ones 2022-04-01 16:07:12 +02:00
Alex Ross 62ace5901d
Use TunnelItem object (#146513)
Fixes microsoft/vscode-remote-release#6533
2022-04-01 16:04:14 +02:00
Alex Ross 5ec3a22a84
Fix comment widget whitespace for plain strings
Fixes #145380
2022-04-01 16:01:00 +02:00
Joao Moreno 35cfda20bb
bump deps 2022-04-01 15:46:39 +02:00
Alex Ross b177edf270
Use editor service in file dialog service
Fixes microsoft/vscode-internalbacklog#2816
2022-04-01 15:25:53 +02:00
Johannes 506ace6331
undo changes for https://github.com/microsoft/vscode/issues/145960 2022-04-01 15:20:14 +02:00
Leonardo Montini 424cc864b5 143543 replaced true and false with on and off in debug.inlineValues 2022-04-01 15:06:08 +02:00
Johannes 3147fc7d8e
add INotebookEditorModelResolverService#onWillFailWithConflict-event, release extension held references when a conflict is about to happen, close editor when a confict is about to happen, handle closing while opening an editor, https://github.com/microsoft/vscode/issues/143412 2022-04-01 13:46:35 +02:00
Benjamin Pasero e5591c4499
editors - always open an editor placeholder in case of an error (#142875) 2022-04-01 13:44:57 +02:00