Commit Graph
110728 Commits
Author SHA1 Message Date
Daniel Imms ebc70d445f Fix regex and whole word terminal toggles
Fixes #186375
2023-06-29 12:50:22 -07:00
Daniel ImmsandGitHub 6314fae1a3 Merge pull request #186653 from microsoft/tyriar/133542_logs
Add debug logs for reattaching to wrong terminal
2023-06-29 12:35:18 -07:00
Logan RamosandGitHub 1532010d8e Update the triage flow (#186656) 2023-06-29 20:35:18 +02:00
Daniel Imms 3a6c041afe Add debug logs for reattaching to wrong terminal
Part of #133542
2023-06-29 10:40:41 -07:00
Megan RoggeandGitHub ec42f2a7a2 Merge pull request #186647 from microsoft/merogge/cmd-e
allow turning on accessibility help from within the help menu
2023-06-29 09:51:49 -07:00
Megan RoggeandGitHub e6ed074aab Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts 2023-06-29 09:19:27 -07:00
meganrogge 66375a636f fix #186434 2023-06-29 09:14:41 -07:00
Joyce ErandGitHub ed9fc30385 Avoid duplicate action registrations (#186582)
* Avoid duplicate action registrations

* Use a local variable

* Fix syntax error
2023-06-29 07:53:09 -07:00
João MorenoandGitHub cf30025bd7 Fix sash corners when moving views around (#186624)
fixes #186508
2023-06-29 06:18:02 -07:00
Benjamin PaseroandGitHub c6567bcf69 notifications - compute height properly when progress is enabled (#186612) 2023-06-29 12:16:46 +02:00
Ulugbek Abdullaev 9fe9cea876 fix localization
fixes #186317
2023-06-29 11:26:57 +02:00
Benjamin PaseroandGitHub 9eec0fe814 New auto split sizing does something weird (fix #186559) (#186609) 2023-06-29 11:23:07 +02:00
Aiday Marlen KyzyandGitHub 73582708f3 Merge pull request #186469 from microsoft/aiday/issue186334
Changing the maximum width of hover
2023-06-29 11:14:31 +02:00
Sandeep SomavarapuandGitHub eded89bc04 fix #186269 (#186602) 2023-06-29 10:12:02 +02:00
Bhavya UandGitHub 01ad4ddaaa Dont show welcome widget when notifications are visible (#186592) 2023-06-29 10:07:42 +02:00
Aiday Marlen Kyzy aa6eac5412 simplifying the width, not taking into account the cursor position 2023-06-29 10:56:08 +06:00
Bhavya UandGitHub c1bca6d7cc Set editorId for GettingStartedInput (#186583) 2023-06-29 02:18:50 +02:00
Meghan KulkarniandGitHub 715334ba8c small changes (#186574)
* bug fixes

* added label to copyPaste.ts

* added localized label to copyPasteLinks file
2023-06-29 02:14:23 +02:00
Rob LourensandGitHub 7fc5c6aa9a Fix wrong width of chat input in chat editors (#186580) 2023-06-29 01:57:54 +02:00
Bhavya UandGitHub 1c21765ab5 Remove experimentation service from featured extensions on welcome page. (#186569)
Remove experimentation service from featured extensions
2023-06-28 16:52:10 -07:00
Joyce ErandGitHub 52b72a22f9 Share > Copy vscode.dev Link polish (#186576)
* Prompt when copying link and behind remote

* Make dialog actions explicit re: copy behavior
2023-06-28 16:43:18 -07:00
Peng LyuandGitHub bce3304e98 Fix vscode-jupyter#13522. Clear attachment if it does not exit. (#186578)
Fix #184630. Clear attachment if it does not exit.
2023-06-29 09:41:01 +10:00
Joyce ErandGitHub e133f004ed Don't require a reload for Share setting (#186572) 2023-06-28 16:31:53 -07:00
Rob LourensandGitHub c3fefb9c20 Fix "Run to cursor" not doing anything when run from command palette when debug is not active (#186571)
Fix #186080
2023-06-28 15:59:12 -07:00
Aaron MungerandGitHub 2e8ab06755 Merge pull request #186562 from microsoft/aamunger/notebookToolbar
prevent exception during notebook toolbar layout call
2023-06-28 14:50:45 -07:00
Megan RoggeandGitHub be624280e1 Merge pull request #186568 from microsoft/merogge/close-help-2
prevent help menu from being read in full when escape is used
2023-06-28 14:43:57 -07:00
meganrogge 89f9fb8db3 fix issue 2023-06-28 14:27:50 -07:00
aamunger c8cb5f5feb move check to for loop 2023-06-28 14:14:11 -07:00
Rob LourensandGitHub 68dc2206ef Include slashCommand type in chat telemetry (#186565) 2023-06-28 23:05:21 +02:00
Tyler James LeonhardtandGitHub 4000c1da1f Fix reporting issues on extensions in the web (#186554)
Fixes https://github.com/microsoft/vscode/issues/185820
2023-06-28 13:56:00 -07:00
Benjamin PaseroandGitHub 55229fcee4 editor - protect against editor panes throwing (for #186394) (#186557) 2023-06-28 13:54:13 -07:00
aamunger a51e7b07c6 check if no rendered actions 2023-06-28 12:57:33 -07:00
Megan RoggeandGitHub 25f06e8384 Merge pull request #186551 from microsoft/merogge/broken-link
use correct help link
2023-06-28 12:22:05 -07:00
João MorenoandGitHub 9f6b76bdb5 schedule a non-releasing 7pm build (#186548) 2023-06-28 21:08:44 +02:00
Henning DieterichsandGitHub e30e843e02 Fixes #186419 (#186547) 2023-06-28 21:08:14 +02:00
meganrogge 0e121fae73 use correct link 2023-06-28 12:05:18 -07:00
Megan RoggeandGitHub 1c4678bc05 Merge pull request #186536 from microsoft/merogge/chat-focus
use focused chat response item when accessible view is invoked
2023-06-28 11:59:46 -07:00
Henning DieterichsandGitHub 09f6e50352 Fixes #186402 (#186542) 2023-06-28 11:51:33 -07:00
meganrogge 40449994fd no need to search for the item 2023-06-28 11:45:53 -07:00
Rob LourensandGitHub 941450fd05 Revert "Remove block cursor character from chat (#184936)" (#186541)
This reverts commit bfe6dcb6f3.
2023-06-28 20:36:03 +02:00
Peng LyuandGitHub 63ce9c034f Fix #186473. Hide select kernel action from f1 when active editor is not notebook. (#186534) 2023-06-28 11:27:36 -07:00
Henning DieterichsandGitHub 74065aada5 Fixes #186396 - Revert arrows reverting the wrong chunk (#186532) 2023-06-28 19:56:35 +02:00
Megan RoggeandGitHub fafacea79c Merge pull request #186531 from microsoft/merogge/4-seconds
set chat audio cue pending delay to 4 seconds
2023-06-28 10:53:27 -07:00
meganrogge 0ab28d6724 fix #186526 2023-06-28 10:47:30 -07:00
meganrogge 948633a867 1 -> 4 seconds 2023-06-28 10:37:49 -07:00
Megan RoggeandGitHub 2b5fad6158 Merge pull request #186522 from microsoft/merogge/fix-key
use new command ID for help menu aria label hint
2023-06-28 09:32:54 -07:00
meganrogge db519e64a3 add in commands to skip shell 2023-06-28 09:13:13 -07:00
meganrogge 43a03bea09 fix #185127 2023-06-28 09:11:37 -07:00
Henning DieterichsandGitHub e7ee47c5ec Restricts css selectors to .monaco-editor (#186516) 2023-06-28 17:55:19 +02:00
Peng LyuandGitHub 96b02d44be Fix #186303. Remove tab index for nb toolbar. (#186513) 2023-06-28 17:12:44 +02:00