Commit Graph

97320 Commits (175e81149ce4beb5508e4fd5edce10b88fce15a9)

Author SHA1 Message Date
Johannes 175e81149c
make sure ts-builder instance is being re-used 2022-06-11 13:50:06 +02:00
Logan Ramos 1ccfebef48
Bump distro (#151808) 2022-06-10 21:38:46 -04:00
Joyce Er 8946d9ec2f
Fix Continue Edit Session experimental feature flag (#151799) 2022-06-10 14:45:54 -07:00
Daniel Imms 2de568ebb1
Merge pull request #151792 from microsoft/tyriar/151786
Revert "Initial adoption of 1DS Sdk (#151531)"
2022-06-10 14:02:18 -07:00
Daniel Imms 09bab84672
Revert "Initial adoption of 1DS Sdk (#151531)"
This reverts commit b0a239379b.
2022-06-10 13:22:58 -07:00
Raymond Zhao 2c811e69d4
Adjust removable value, fixes #139175 (#151781) 2022-06-10 12:51:30 -07:00
Miguel Solorio 8740995aea
Fix css logic for layout control (#151779)
Fix css logic
2022-06-10 12:09:31 -07:00
Anthony Stewart 8d8e85c28d
Add more sanitization around the attributes in MD generated HTML (#149100)
* Add more sanitization around the attributes in MD generated HTML

* Extract escapeDoubleQuotes into a function

Co-authored-by: Anthony Stewart <anthonystewart@google.com>
2022-06-10 12:06:40 -07:00
Joyce Er 6ab487ec62
Bump distro (#151782) 2022-06-10 18:52:48 +00:00
Joyce Er 7b6ca7b23d
Initial implementation of Continue Edit Session (#151528) 2022-06-10 11:40:10 -07:00
Daniel Imms a3d5ada781
Merge pull request #151746 from microsoft/tyriar/151710
Wait for split to init before changing icon
2022-06-10 11:05:09 -07:00
Tyler James Leonhardt a1c801454b
Move sbom above publishing client (#151775)
move sbom above publishing client
2022-06-10 10:51:56 -07:00
Sandeep Somavarapu 44e805f17c
Fix #151177 (#151764) 2022-06-10 16:16:04 +00:00
Logan Ramos b0a239379b
Initial adoption of 1DS Sdk (#151531)
* Start with implementing 1DS

* Add part a flag

* Fix byte mask

* Add internal testing in shared process

* Update AI

* Update XHR Override

* Update to only call unload

* small changes

* Move key to rpoduct.json

* Fix endpoint

Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2022-06-10 09:14:29 -07:00
Johannes Rieken 7a1330d62f
speed up decorationService tests, https://github.com/microsoft/vscode/issues/149712 (#151761) 2022-06-10 16:11:52 +00:00
Jean Pierre cc5ede279e
Fixes webviews are broken on Firefox (#151679)
Fixes #151648
2022-06-10 09:11:38 -07:00
Matt Bierner 5bb16df4b0
Use `any` instead of `unknown` for `thisArg` (#151762)
Standarizing on what TS does in its stdlib
2022-06-10 16:11:22 +00:00
Megan Rogge 64bf600797
don't override `env` when set for terminals w shell integration enabled (#151753) 2022-06-10 15:19:55 +00:00
Raymond Zhao 6f7c121151
Revert "Fixes #139175" (#151649)
This reverts commit e340a56250.
2022-06-10 08:18:36 -07:00
Logan Ramos 9867ef8448
Bump distro (#151751) 2022-06-10 11:05:52 -04:00
Alexandru Dima 7d2e78b01f
Allow '+' in authorities (#151750)
Fixes #151748: Allow '+' in authorities
2022-06-10 14:56:05 +00:00
Daniel Imms d3ff1569e7
Wait for split to init before changing icon
Fixes #151710
2022-06-10 07:17:24 -07:00
Alexandru Dima bf61f19e3f
Try to isolate failing ext host customers (#151743)
Try to isolate failing ext host customers (#151147)
2022-06-10 10:15:13 -04:00
Megan Rogge cf94d8370d
use const instead of literal (#151742)
use const
2022-06-10 13:56:43 +00:00
Alex Ross bd1abe08c3
Update C grammar locations (#151733)
Fixes #150288
2022-06-10 13:55:11 +00:00
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