Commit graph

97295 commits

Author SHA1 Message Date
Alexandru Dima 4e285432be
Remove no longer useful and confusing IKeybindingEvent (#151735)
Remove no longer useful and confusing `IKeybindingEvent` (fixes #151712)
2022-06-10 15:40:21 +02:00
João Moreno 1d6a09287a
Call event-utils with a disposable store (#151731)
fixes #142851
2022-06-10 15:31:32 +02:00
Loïc Mangeonjean cf6a472cbf
Add removeAllMarkers method in monaco api (#151237) 2022-06-10 15:19:57 +02:00
Babak K. Shandiz 766743629d
Polish PR template picker (#151415)
* 🔨 Set ignoreFocusOut to true on PR template selection

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

* 🔨 Translate PR template paths to relative in quick pick list

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

* 💄 Shorten line length

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

* ⚗️ Update tests with latest required args

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

* ⚗️ Update GitHub extension unit tests

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

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-06-10 12:54:37 +00:00
Sandeep Somavarapu 85323c12b4
Fix #151729 (#151730) 2022-06-10 12:52:28 +00:00
Ladislau Szomoru 035a5ea306
Cache/restore the node_modules folder in the build directory (#151725) 2022-06-10 12:40:32 +00:00
Alexandru Dima 8478e4e545
Improve keybinding dispatching logging (#151727)
Improve keybinding dispatching logging (#151603)
2022-06-10 12:34:17 +00:00
João Moreno bf943a1e5e
Use info for duplicate submenu contribution (#151724)
Unexpected warnings for merging submenu contributed by two extensions

Fixes #150403
2022-06-10 14:25:11 +02:00
Johannes Rieken 5bc1661bc4
remove experimental from command center setting, https://github.com/microsoft/vscode/issues/149445 (#151717) 2022-06-10 13:59:23 +02:00
Johannes Rieken 54b4cda07a
update CC when keybindings change, fixes https://github.com/microsoft/vscode/issues/150897 (#151713) 2022-06-10 13:57:47 +02:00
Ladislau Szomoru 2be99473d5
Engineering - execute tests in parallel for the CI build (#151593) 2022-06-10 04:35:28 -07:00
Robo 678d1308fc
Merge pull request #145527 from microsoft/electron-18.x.y
chore: update to electron 18
2022-06-10 20:01:28 +09:00
deepak1556 ad91296488 chore: update cache key 2022-06-10 19:45:16 +09:00
deepak1556 7e38c5f4dd chore: bump cache 2022-06-10 19:21:35 +09:00
Johannes Rieken 66f8ae48b0
rename references-view publisher to vscode so that NLS works, fixes https://github.com/microsoft/vscode/issues/142168 (#151696) 2022-06-10 09:39:34 +00:00
deepak1556 c3077080ec Merge remote-tracking branch 'origin' into electron-18.x.y 2022-06-10 18:29:22 +09:00
Johannes Rieken 380295241d
fix https://github.com/microsoft/vscode/issues/150895 (#151699) 2022-06-10 10:50:26 +02:00
Connor Peet 0f29ffbfe1
test: update vscode-test for error handling (#151698) 2022-06-10 08:35:16 +00:00
Johannes Rieken dce493cb6e
Merge pull request #151512 from microsoft/joh/voluminous-lobster 2022-06-10 09:17:26 +02:00
Johannes ed9ed45794
Merge branch 'main' into joh/voluminous-lobster 2022-06-10 09:07:30 +02:00
Henning Dieterichs de13d28ee4
Merge pull request #151508 from microsoft/3wm 2022-06-10 08:59:09 +02:00
Ladislau Szomoru 6bd8a2a78a
Problems table - add tooltip for each cell (#151602)
Fix #150981
2022-06-10 08:35:59 +02:00
Benjamin Pasero 14676ca481
ci - always publish log files (#151686) 2022-06-10 06:30:07 +00:00
Rob Lourens ab6ba24114
Shorter label for "go to running cell" button (#151674)
Fixes #141486
2022-06-10 03:30:44 +00:00
Rob Lourens d5e7687940
Fix updating outputs of another cell using a NotebookCellExecution (#151573)
Fixes #151468
2022-06-09 20:27:36 -07:00
Megan Rogge 4222eb73aa
allow excluding npm install script from the npm scripts view (#151647)
fix #149924
2022-06-09 17:15:43 -07:00
Megan Rogge 160855dfb7
safer dispose of placeholder (#151646)
fix #151641
2022-06-09 17:15:26 -07:00
Matt Bierner a498667336
Also enable copy/paste API for cut (#151660)
For #30066
2022-06-09 17:04:35 -07:00
Matt Bierner c289307c95
Clean up DataTransferKind docs (#151656) 2022-06-09 15:59:27 -07:00
Matt Bierner b331f811c1
Add thisArg to DataTransfer.forEach (#151658)
Fixes #151657

All of our other `forEach` functions take a `this` arg which is used when invoking the callback. This just aligns `DataTransfer.forEach`
2022-06-09 15:55:54 -07:00
David Dossett cb2d3caec1
Fix #151650 (#151651)
* Use disabled foreground on extension description when disabled

* Remove added line
2022-06-09 22:06:47 +00:00
Matt Bierner f7e12a3a92
Use optional method calls in more places (#151634)
This replaces code like:

```ts
if (foo.bar) {
    foo.bar(cat);
}
```

with:

```ts
foo.bar?.(cat)
```

Which is more concise but has the same meaning
2022-06-09 15:04:28 -07:00
Daniel Imms 732a16be19
Merge pull request #151643 from microsoft/tyriar/151639
Correctly resolve the icon asap when defaultProfile is null
2022-06-09 13:30:03 -07:00
Daniel Imms 2196474722
Correctly resolve the icon asap when defaultProfile is null
When the defaultProfile is null we don't actually know what the default
profile is until the process has been created, this is because it needs a
round trip to the pty host. This change fixes the _icon prop updating and
icon changed event firing.

Fixes #151639
2022-06-09 13:19:06 -07:00
Megan Rogge fa94ddc080
use _ for private task vars (#151637) 2022-06-09 13:02:55 -07:00
Babak K. Shandiz a8de8e2112
[markdown] Ignore brackets inside link text (#151610)
* 🔨 Allow texts in bracket pairs inside link titles; [text](link)

Signed-off-by: GitHub <noreply@github.com>

* 🔨 Allow texts in bracket pairs inside link titles; [text](<link>)

Signed-off-by: GitHub <noreply@github.com>

* ⚗️ Add tests to verify  link titles can include bracket pairs

Signed-off-by: GitHub <noreply@github.com>
2022-06-09 11:48:50 -07:00
Justin Chen a38448d073
Merge pull request #151566 from justschen/justin/refactor-fix
Refactoring Preview option in Command Palette (part of #151140)
2022-06-09 11:36:49 -07:00
Joyce Er 84e4f76908
1.68.0 -> 1.69.0 (#151635) 2022-06-09 11:32:13 -07:00
Logan Ramos 432cbc3b00
Ensure extension host errors get properly serialized (#151628) 2022-06-09 14:23:13 -04:00
Daniel Imms 61189b9eee
Merge pull request #151632 from microsoft/tyriar/144534
Terminal search links: Prefer exact match against initial cwd
2022-06-09 11:05:52 -07:00
Daniel Imms 5333e5bd04
Update src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-06-09 10:55:30 -07:00
Daniel Imms cdde4a36fc
Merge pull request #151629 from microsoft/tyriar/linkType
Improve terminal link debug logs
2022-06-09 10:47:20 -07:00
Daniel Imms 1cd56dcf05
Terminal search links: Prefer exact match against initial cwd
Fixes #144534
2022-06-09 10:46:21 -07:00
Daniel Imms f1692ad986
Improve terminal link debug logs 2022-06-09 10:11:19 -07:00
Martin Aeschlimann 4c8474a0e5
speed up the theme browsing from marketplace (#151622) 2022-06-09 17:50:14 +02:00
Henning Dieterichs cbfb128002
Removes unused symbols. 2022-06-09 17:46:07 +02:00
Logan Ramos 22609886df
Set z-index of watermark (#151623) 2022-06-09 11:39:14 -04:00
Daniel Imms 800d2ab097
Merge pull request #151619 from microsoft/tyriar/fix_test_warnings
Fix unit test DI warnings
2022-06-09 08:19:59 -07:00
Megan Rogge bc5d6d52c4
reset terminal focus context key when panel closes or active editor changes and is not a terminal (#151618) 2022-06-09 15:15:30 +00:00
Daniel Imms 03e43d3bd5
Fix unit test DI warnings
Fixes #151526
2022-06-09 08:09:43 -07:00