Commit graph

112159 commits

Author SHA1 Message Date
Aiday Marlen Kyzy
6e2cace511
Merge pull request #190161 from microsoft/aiday/fixingMonacoEditorError
Fixing the cancellation error on quick typing in sticky scroll
2023-08-11 11:29:56 +02:00
Aiday Marlen Kyzy
b057249e4a
Merge pull request #190138 from microsoft/aiday/updateLeftOnModelChange
Updating the scroll left position also on model change
2023-08-11 09:01:23 +02:00
Joyce Er
8f9432bea3
Make untitled editor hint accessible (#190214) 2023-08-10 20:17:59 -07:00
Connor Peet
52840e3ca5
cli: cleanup build (#190213)
- Remove the `prepare` script entirely
- Variables are now populated from the product.json during build. Most
  variables are mapped automatically, with some special handling in a
	few cases. `build.rs` is now much more self-contained.
- Look for the `product.overrides.json` for vscode developers instead of
  looking for a peer `vscode-distro` folder

Fixes #178691
2023-08-10 20:14:30 -07:00
Connor Peet
2e9459b34c
cli: add more details to the status command (#190212)
For azml's integration

Closes https://github.com/microsoft/vscode-remote-tunnels/issues/669
2023-08-10 20:13:14 -07:00
David Dossett
54902a3f0b
Tweak slash command widget pill colors and padding (#190208)
* Tweak slash command pill colors

* Fix padding
2023-08-10 16:23:00 -07:00
Andrea Mah
e2609a92c5
Rich content results for naive output in closed notebooks (#190201)
Fixes #189564
2023-08-10 16:02:17 -07:00
Megan Rogge
11c657b355
Merge pull request #190209 from microsoft/merogge/aria-label-fix
only apply hint if enabled
2023-08-10 15:40:42 -07:00
meganrogge
11d72d9f1b
only apply hint if enabled 2023-08-10 14:53:29 -07:00
Alex Ross
a7d7ad8797
Show Ports view when there's an onTunnel extension (#190202) 2023-08-10 14:23:00 -07:00
Logan Ramos
cb968b2878
Fix #188571 (#190197) 2023-08-10 14:20:56 -07:00
Megan Rogge
c2f63e83a0
Merge pull request #190200 from microsoft/merogge/notification-next
on close of notification, go to next in accessible view
2023-08-10 13:12:58 -07:00
meganrogge
c96e0afd48
inline 2023-08-10 12:41:08 -07:00
meganrogge
46a5d927a3
on close of notification, go to next 2023-08-10 12:17:19 -07:00
SteVen Batten
e7706ec98b
when blurring an action bar set previouslyfocuseditem (#190199)
fixes #187195
2023-08-10 20:15:54 +01:00
Megan Rogge
6ee45420f6
Merge pull request #190186 from microsoft/merogge/actions-in-view
add actions from notifications to accessible view
2023-08-10 10:12:17 -07:00
Connor Peet
7daa5a2ba9
testing: fix diffs being presented inline (#190185) 2023-08-10 10:04:29 -07:00
David Dossett
83cfe01787
Align panel chat input to inline input (#190107)
* Align panel chat input to inline input

* Tweak inline styles

* Fix placeholder colors

* Use inline color for inline placeholder foreground

* Revert height change for now
2023-08-10 17:57:37 +01:00
meganrogge
ea2165151a
adjust comment 2023-08-10 09:40:58 -07:00
Megan Rogge
05ad48c9dc
Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts 2023-08-10 09:39:11 -07:00
meganrogge
3e00a5808e
use icons instead of strings 2023-08-10 09:37:41 -07:00
hsfzxjy
8a7aecc3b9
Make CommentThread Ctrl+Arrow navigible (#189913) 2023-08-10 16:31:37 +00:00
meganrogge
c2bfaf802a
add actions from notifications to accessible view 2023-08-10 09:28:37 -07:00
Daniel Imms
e83b87f96c
Merge pull request #190182 from microsoft/tyriar/xterm_230810
xterm@5.3.0-beta.28
2023-08-10 09:22:47 -07:00
Daniel Imms
a5af563a32
xterm@5.3.0-beta.28
Fixes #189600
2023-08-10 08:53:06 -07:00
Joyce Er
4bad359901
Fix inline chat untitled editor keybinding hint (#190179) 2023-08-10 16:44:50 +01:00
Aiday Marlen Kyzy
20d5e4e3f2
chaning to on unexpected error 2023-08-10 15:22:39 +02:00
Johannes Rieken
bc4e606f7a
remove old slash commands proposal (#190154) 2023-08-10 14:19:07 +02:00
Aiday Marlen Kyzy
645ce1c9ce
ignoring the error when cancelled 2023-08-10 14:14:25 +02:00
Aiday Marlen Kyzy
f3392e8580
retriggering the tests 2023-08-10 12:08:15 +02:00
Henning Dieterichs
6c683c327c
Fixes #189992 (#190147) 2023-08-10 09:52:43 +01:00
Aiday Marlen Kyzy
042b44aee5
updating left position on model change 2023-08-10 08:58:35 +02:00
David Dossett
d62534a60f
Use / in slash command widget (#190114) 2023-08-10 11:20:43 +10:00
Connor Peet
05b62dd315
cli: adopt existing tunnel if one exists by name (#190110)
* wip

* cli: adopt existing tunnel if one exists by name

Gets rid of an error state users could sometimes get into.

Fixes #189830
2023-08-10 11:19:55 +10:00
Alex Ross
c157930421
Merge pull request #190108 from microsoft/alexr00/freezeCpp
Freeze C++ grammar version
2023-08-10 03:19:41 +02:00
Daniel Imms
c5702cdc19
Merge pull request #190050 from microsoft/tyriar/162950_3
Update terminal quick fix proposal
2023-08-09 15:56:21 -07:00
Daniel Imms
ccf15d3964
Merge remote-tracking branch 'origin/main' into tyriar/162950_3 2023-08-09 15:33:54 -07:00
Alex Ross
eb03486765
Freeze C++ grammar version 2023-08-10 00:30:24 +02:00
Joyce Er
bf217d252d
Fix content widget overwritten warning (#190105) 2023-08-09 23:27:41 +01:00
Megan Rogge
48a93dbab6
Merge pull request #190064 from microsoft/merogge/acc-view-symb-polish
apply `when` clauses to accessible view menu, fix some bugs, split code across files
2023-08-09 15:25:09 -07:00
Daniel Imms
ed9c629a94
Handle command converter disposables 2023-08-09 15:22:59 -07:00
Daniel Imms
4ace970e67
Don't touch the vscode API types in extHost.protocol 2023-08-09 15:19:50 -07:00
Daniel Imms
0f2e35c963
Merge pull request #190098 from microsoft/tyriar/30522_2
Add more keywords to UnfocusedViewOpacity
2023-08-09 15:11:58 -07:00
Daniel Imms
0f162e1d2e
Merge pull request #190079 from microsoft/tyriar/79034_tab_menu
Add terminal/title/context menu contribution
2023-08-09 15:11:45 -07:00
Alex Ross
8429ea98e9
Update port attributes arguments to be a property bag (#189976)
* Update port attributes arguments to be a property bag
Part of #115616

* Gracefully handle API breakage
2023-08-09 23:58:35 +02:00
Daniel Imms
66a4d77f9e
Update src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-08-09 14:57:05 -07:00
Daniel Imms
e4b88659d3
Merge branch 'main' into tyriar/79034_tab_menu 2023-08-09 14:54:44 -07:00
Daniel Imms
31b4ba69b6
Merge pull request #190071 from microsoft/tyriar/79034_instance_menu
Add terminal/context menu contribution
2023-08-09 14:41:06 -07:00
meganrogge
0d879f7913
more replacements 2023-08-09 14:27:29 -07:00
meganrogge
a91672675f
use AccessibilityCommandIds for more commands 2023-08-09 14:20:35 -07:00