Commit Graph

101354 Commits

Author SHA1 Message Date
Connor Peet
18f743d534 address pr comments 2022-10-05 12:56:07 -07:00
Connor Peet
cbc174dcad Merge remote-tracking branch 'origin/main' into build-integrated-cli 2022-10-05 10:00:18 -07:00
Daniel Imms
6557095aee Merge pull request #162741 from microsoft/tyriar/162713
Move to registerWorkbenchAction usage in terminal
2022-10-05 09:11:21 -07:00
Johannes Rieken
78a1e9bb6f Merge pull request #162734 from microsoft/joh/querulous-beaver
joh/querulous beaver
2022-10-05 17:54:29 +02:00
Andrea Mah
f8aa3a7c04 improve search smoke test (#161652)
* improve search smoke test
* prevent text to show when clearing results
2022-10-05 08:52:39 -07:00
Johannes
5850fedb5e fix tests 2022-10-05 16:38:42 +02:00
João Moreno
f8feede2ae remove usage of registerWorkbenchAction in update world (#162740)
Related-to: #162713
2022-10-05 06:48:49 -07:00
Daniel Imms
132b81c197 Move to registerWorkbenchAction usage in terminal
Part of #162713
2022-10-05 06:41:09 -07:00
Johannes Rieken
ef193f9813 manually set editor focus after returning from snippet-picker (#162735)
workaround and likely not fix for https://github.com/microsoft/vscode/issues/162729
2022-10-05 15:24:27 +02:00
Johannes Rieken
4fc5eef938 Merge branch 'main' into joh/querulous-beaver 2022-10-05 14:50:02 +02:00
Michael Rienstra
625fec97f2 Enforce yarn version (#162610)
* Enforce yarn version

Actually require >=1.10.1 and <2

* error when yarn >= 2
2022-10-05 05:22:33 -07:00
Johannes Rieken
7278d50cc7 fix treeshaking failure (#162723) 2022-10-05 04:14:14 -07:00
Johannes
a40b5131a0 track duration of setContext API command invocation
renderer freeze detection suggests that this command happens before freezes occur... Maybe listener leaks
2022-10-05 12:39:26 +02:00
Johannes
ced865edea fix telemetry annotation for freeze event 2022-10-05 12:07:42 +02:00
Johannes Rieken
bed577a0e3 Merge pull request #162721 from microsoft/joh/youngest-fly
joh/youngest fly
2022-10-05 11:14:42 +02:00
Johannes
191d3bd861 Merge branch 'main' into joh/youngest-fly 2022-10-05 10:27:18 +02:00
Johannes Rieken
7b28c64d76 have a toggle-title for toggle sticky scroll (#162717) 2022-10-05 09:50:02 +02:00
Johannes Rieken
5ed3362f33 Merge pull request #162715 from microsoft/joh/relative-dragonfly
joh/relative dragonfly
2022-10-05 09:49:42 +02:00
Johannes Rieken
6fb1636fc4 insta 💄 (#162714) 2022-10-05 09:49:08 +02:00
Johannes
6e80c4dafd use common action categories in a few more places 2022-10-05 09:47:53 +02:00
Johannes
a90f6a1679 move common action categories into its own file for better re-use 2022-10-05 09:34:59 +02:00
Johannes
dc04246b0a respect auto-save setting even for single file edits 2022-10-05 09:07:35 +02:00
Johannes
3e02b209de finalize WorkspaceEditMetadata api
fixes https://github.com/microsoft/vscode/issues/112109
2022-10-05 09:05:30 +02:00
Rob Lourens
0c5f14ab36 Don't show unbound breakpoint indicator when breakpoints are deactivated (#162700) (#162708)
Fix #162699
2022-10-05 07:43:40 +02:00
Tyler James Leonhardt
d942736bf1 API feedback (#162704)
* align bundle and uri value to be undefined together
* Document everything
2022-10-04 17:27:23 -07:00
Tyler James Leonhardt
d19445483e use timeoutsec and log between irm and ea (#162695) 2022-10-04 14:12:53 -07:00
Daniel Imms
b3906e51ad Merge pull request #162619 from microsoft/161599
Refactor actions to allow returning command or uri only
2022-10-04 12:52:51 -07:00
Daniel Imms
409ffdcbec Bring new actions changes to recent quick fixes 2022-10-04 12:37:50 -07:00
Daniel Imms
da3ba1c16c Merge remote-tracking branch 'origin/main' into 161599 2022-10-04 12:31:17 -07:00
Joyce Er
f6958a9aa9 Merge pull request #162689 from microsoft/dev/joyceerhl/modest-leopard
Debt - use `productService.downloadUrl`
2022-10-04 19:29:29 +00:00
Megan Rogge
aa97a3b012 centralize decoration hover code, add hover to quick fix decorations (#162248) 2022-10-04 12:21:27 -07:00
Matt Bierner
96af4b80eb Fix race when loading notebook webviews (#162472)
* Fix race when loading notebook webviews

This tries to fix #161520 by doing the following:

- Wait for basic initialization to finish before posting messages
- `initializedMarkup` should wait  for the correct response instead of the first response

This fixes the issue in my testing, but causes the layout to shift around during load

* wait for js preload to be initialized in webview

* Removed pending message queue

* Remove extra async

Co-authored-by: rebornix <penn.lv@gmail.com>
2022-10-04 12:10:42 -07:00
Joyce Er
42aa9d3e99 Add Close tab action and make it default
Fixes https://github.com/microsoft/vscode/issues/162440
2022-10-04 11:46:44 -07:00
Tyler James Leonhardt
9e0fe6a1e8 add l10n to notebooks (#162690) 2022-10-04 11:41:53 -07:00
Joyce Er
7c4d0bad33 Use productService.downloadUrl 2022-10-04 11:25:54 -07:00
Megan Rogge
9926342f19 add completion/failure task audio cues (#162350) 2022-10-04 11:15:10 -07:00
Megan Rogge
6d55b5410c support multiple actions for git similar command (#162668) 2022-10-04 11:13:04 -07:00
David Dossett
d507e3d7df Polish code actions widget styling (#162685)
* Polish code actions widget styling

* Updates

* Reduce icon gap
2022-10-04 10:47:00 -07:00
Matt Bierner
3ee9749b35 Remove extra enums (#162686)
`showMessage` returns the selected item, so we don't need to create an enum here and can instead used the returned items directly
2022-10-04 10:46:53 -07:00
SteVen Batten
aab0bc8211 remove unused PNGs (#162683)
fixes #162682
2022-10-04 10:39:44 -07:00
David Dossett
2e1f1a5d29 Update codicons (#162679) 2022-10-04 18:51:35 +02:00
Joyce Er
310c1f9a8e Add vscode-dev-chrome-launcher repo to notebooks (#162680)
Add vscode-dev-chrome-launcher to endgame notebooks

Also sync list of our repos across notebooks
2022-10-04 09:35:49 -07:00
Daniel Imms
9cfb4f14d1 Merge pull request #162665 from gjsjohnmurray/fix-162663
Reference correct setting in property description (#162663)
2022-10-04 09:29:10 -07:00
Daniel Imms
bc91f8f9ab Merge pull request #162607 from microsoft/tyriar/161538
Add quick fix for git two dashes suggestion
2022-10-04 09:28:34 -07:00
Alex Ross
f4cfea333b Disable Privileged ports for OSX (#162662)
Fixes #160266
2022-10-04 18:14:10 +02:00
Johannes Rieken
db857466a9 Merge pull request #162674 from microsoft/joh/sticky-context
Context menu for sticky scroll
2022-10-04 18:13:12 +02:00
Alex Ross
fd4346210f Update grammars (#162673) 2022-10-04 08:50:55 -07:00
Connor Peet
3b21a16362 testing: fix breakage if item has same ID as test controller (#162620)
Fixes #160671
2022-10-04 08:41:37 -07:00
Johannes Rieken
711c606e90 menu bar picks up toggle-title information (just like menu item actions) (#162672) 2022-10-04 17:22:36 +02:00
Laurențiu Nicola
1ba1c51712 cli: point docs to the new RA extension ns (#162500) 2022-10-04 08:17:10 -07:00