meganrogge
3e00a5808e
use icons instead of strings
2023-08-10 09:37:41 -07:00
meganrogge
c2bfaf802a
add actions from notifications to accessible view
2023-08-10 09:28:37 -07:00
Joyce Er and GitHub
4bad359901
Fix inline chat untitled editor keybinding hint ( #190179 )
2023-08-10 16:44:50 +01:00
Johannes Rieken and GitHub
bc4e606f7a
remove old slash commands proposal ( #190154 )
2023-08-10 14:19:07 +02:00
Henning Dieterichs and GitHub
6c683c327c
Fixes #189992 ( #190147 )
2023-08-10 09:52:43 +01:00
David Dossett and GitHub
d62534a60f
Use / in slash command widget ( #190114 )
2023-08-10 11:20:43 +10:00
Connor Peet and GitHub
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 and GitHub
c157930421
Merge pull request #190108 from microsoft/alexr00/freezeCpp
...
Freeze C++ grammar version
2023-08-10 03:19:41 +02:00
Daniel Imms and GitHub
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 and GitHub
bf217d252d
Fix content widget overwritten warning ( #190105 )
2023-08-09 23:27:41 +01:00
Megan Rogge and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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
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 and GitHub
e4b88659d3
Merge branch 'main' into tyriar/79034_tab_menu
2023-08-09 14:54:44 -07:00
Daniel Imms and GitHub
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
meganrogge
6c20ed925a
fix cyclic dependency issue
2023-08-09 14:16:54 -07:00
Alex Ross and GitHub
a3e2f15440
Add tunnel activation event ( #189936 )
...
* Add tunnel activation event
Fixes #188730
* Refactor
2023-08-09 23:16:02 +02:00
Daniel Imms
34122ea014
Add more keywords to UnfocusedViewOpacity
...
Part of #30522
2023-08-09 14:15:20 -07:00
Megan Rogge and GitHub
36fa6d44b9
Merge pull request #189994 from davedash/davedash-patch-1
...
Fish integration: Use -- in string to signify beginning of positional…
2023-08-09 14:03:32 -07:00
meganrogge
30256ad670
fix conflict
2023-08-09 13:55:01 -07:00
meganrogge
2116696377
fix issues
2023-08-09 13:50:17 -07:00
432aac18f1
[typescript] Better paths matching for move to existing file quickpick ( #181231 )
...
* Better paths matching for move to existing file quickpick
* fix resolving selected item
* fix: select file dialog point to existing file
* skip computing if
use coalesce
* Improve typings
---------
Co-authored-by: Matt Bierner <matb@microsoft.com >
2023-08-09 21:29:30 +01:00
Logan Ramos and GitHub
3ee5c838ef
Update 1DS and add back envelope ( #190056 )
...
* Update 1DS and add back envelope
* Update missed 1DS packages
2023-08-09 12:58:27 -07:00
Daniel Imms
8bd8248a76
Fix compilation
2023-08-09 12:47:03 -07:00
01f748f607
Realign slash command content widget in panel chat ( #190053 )
...
* Realign slash command content widget in panel chat
* Align pill text with input text
* Vertically align all content in panel chat input
---------
Co-authored-by: David Dossett <ddossett@microsoft.com >
2023-08-09 12:36:15 -07:00
Connor Peet and GitHub
a0e56dcea7
forwarding: fix tearing down process too early ( #190081 )
2023-08-09 20:24:56 +01:00
Justin Chen and GitHub
1094b5d065
Reverting #189955 to fix issue with selectors in certain themes and adding specificity ( #190077 )
...
* bugfix on selected list item reverting and added important
* removed !important and added specificity
2023-08-09 12:12:07 -07:00
Joyce Er and GitHub
b9d174e67d
Don't uninstall application-scoped extensions when importing profile ( #190067 )
...
Don't uninstall application-scoped extensions
2023-08-09 12:09:20 -07:00
Daniel Imms
e41fb704d1
Add terminal/title/context menu contribution
...
- Adds the contribution
- Consolidates inline tab and tab list menu
- Renamed '...Instance' commands to be less ambiguous
Part of #79034
2023-08-09 11:55:15 -07:00
Matt Bierner and GitHub
6c32fd48c5
Move overscroll-behavior to body ( #189000 )
...
Fixes #182013
Looks like this needs to be set on the body, not the html element
2023-08-09 11:42:07 -07:00
Daniel Imms
45cd7cab89
Add terminal/context menu contribution
...
- Adds the API
- Consolidates the editor and view terminal menus
- Removes the Show Tabs entry as tabs are very old now
Part of #79034
2023-08-09 11:32:40 -07:00
Alexandru Dima and GitHub
9772820232
Restore version check ( #190042 )
2023-08-09 20:18:48 +02:00
meganrogge
0ca15b29b4
Fix compile error
2023-08-09 10:20:38 -07:00
meganrogge
82f6dd4fa9
accessible view actions
2023-08-09 10:12:12 -07:00
meganrogge
77e059fc05
split up contrib
2023-08-09 10:09:22 -07:00
meganrogge
8f6ea345ff
remove some code
2023-08-09 10:03:37 -07:00
meganrogge
734d640a12
fix more issues
2023-08-09 09:55:13 -07:00
meganrogge
86fcc814a2
rm some more code
2023-08-09 08:29:04 -07:00
meganrogge
a0fbf8c0c5
fix other issues
2023-08-09 08:17:27 -07:00
meganrogge
159397cf70
fix issue with go to symbol for lists
2023-08-09 07:54:29 -07:00
Daniel Imms
5edcca3b38
Update terminal quick fix proposal
...
Part of #162950
2023-08-09 07:41:00 -07:00
Johannes Rieken and GitHub
e766158f04
joh/everyday landfowl ( #190040 )
...
* emit event when slash commands change
* further align `IChatSlashData` with `ISashCommand`
* migrate `/clear` onto new contributable slash commands fyi @roblourens
* validate statically contributed slash commands
2023-08-09 15:53:23 +02:00