Commit Graph

113009 Commits

Author SHA1 Message Date
Megan Rogge 3cd6f48126 Merge pull request #191912 from microsoft/merogge/windows-command-start
fix undefined check, get textarea sync to work for windows
2023-08-31 09:44:37 -07:00
Megan Rogge a3d842ed4d Update src/vs/workbench/contrib/terminalContrib/accessibility/browser/textAreaSyncAddon.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-08-31 09:29:53 -07:00
Megan Rogge 6ca26d992b different udf check 2023-08-31 09:08:40 -07:00
Megan Rogge 68a8e14d30 fix issue 2023-08-31 08:43:49 -07:00
Alex Ross 414606b665 Don't throw if view doesn't exist when visibility false (#191781) 2023-08-31 17:30:16 +02:00
meganrogge 9637c47fdc check if mac 2023-08-31 08:03:54 -07:00
Megan Rogge a5fabc665b fix #186904 2023-08-31 07:47:49 -07:00
Henning Dieterichs 6b49d155ca Fixes #191892 2023-08-31 12:36:12 +02:00
Alexandru Dima 07aacd25bb Initialize all services as soon as the first service is needed (#191890)
Fixes microsoft/monaco-editor#4120: initialize all services as soon as the first service is needed
2023-08-31 12:22:11 +02:00
Benjamin Pasero 1ebb673280 Linux: Notifications Accessible View only opens when focusing with mouse (fix #191705) (#191888) 2023-08-31 11:02:57 +02:00
Benjamin Pasero 8800b43181 some Some grid operations cause the activeElement to get lost (fix #189256) (#191886) 2023-08-31 10:41:37 +02:00
Benjamin Pasero 204d0b3038 window.title setting feedback (fix #191579) (#191885) 2023-08-31 10:05:57 +02:00
Benjamin Pasero 6d62f83a76 voice - start to better understand different chat input contexts (#191884)
* voice - start to have context and actions per chat kind

* voice - add context to `stop`

* voice - add todo for focus issue when starting
2023-08-31 10:01:25 +02:00
Karel Frederix 9293e05e89 wrap handler for resize observer in requestAnimationFrame() (#183325)
* wrap handler for resize observer in requestAnimationFrame()

(fixes #183324)

* React immediately on first notification during an animation frame and only delay the second notification during the same animation frame

---------

Co-authored-by: Karel Frederix <kfrederix@selligent.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2023-08-31 09:38:24 +02:00
Tyler James Leonhardt 9e927a6111 After 30s re-layout the quick chat (#191853)
fixes https://github.com/microsoft/vscode/issues/191627
2023-08-31 15:24:20 +10:00
Tyler James Leonhardt e7756c8870 reinstate github-auth parameter that was accidentally removed (#191862)
Fixes https://github.com/microsoft/vscode/issues/191861
2023-08-31 02:19:18 +02:00
Daniel Imms 7bfd9cbc28 Merge pull request #191852 from microsoft/tyriar/fix_groups
Partially revert a change that broke dimming in active group
2023-08-30 15:38:55 -07:00
Martin Aeschlimann 511b759056 view descriptor created with containerTitle that is not a string (#191842) 2023-08-30 15:35:53 -07:00
Joyce Er 700bf1a4db Fix progressive rendering of updated markdown content (#191851)
Fix progressive rendering updated markdown content
2023-08-30 15:29:07 -07:00
David Dossett 8f1af4b868 Show focus state on editor tabs in hc themes (#191850) 2023-08-31 00:24:03 +02:00
Daniel Imms d89cac9ac1 Partially revert a change that broke dimming in active group
Reopens #191608
2023-08-30 15:20:02 -07:00
Tyler James Leonhardt 3217686db1 get x off the edge (#191849)
Fixes https://github.com/microsoft/vscode/issues/191701
2023-08-31 00:12:33 +02:00
Aaron Munger e2085fa51d Merge pull request #191846 from microsoft/aamunger/flakyImageCopy
look for re-used output id containing the image
2023-08-30 14:56:10 -07:00
Aaron Munger 9fbe99c616 cleanup 2023-08-30 14:41:03 -07:00
Aaron Munger 2e4187c15f normalize option name 2023-08-30 14:39:22 -07:00
Aaron Munger e5851bc5f5 look for re-used output id containing the image 2023-08-30 14:34:42 -07:00
songlinn 08631fab3a fix: prevent history show prev/next in composing event (#184014) 2023-08-30 19:57:58 +00:00
Henning Dieterichs 610472b0b7 Fixes #191617 2023-08-30 21:15:33 +02:00
David Dossett 0d71f35594 Update codicons (#191835) 2023-08-30 20:59:17 +02:00
Alex Ross 078a686c82 Fix screen reader for comment editor (#191828)
* Try forwarding the accessibility support setting to the comment editor

* Add isAccessible to comment view
Fixes #146994
2023-08-30 20:47:31 +02:00
Henning Dieterichs 8e242d5bd4 Fixes CI 2023-08-30 20:33:34 +02:00
Henning Dieterichs 425413a509 Uncomment unused symbols. 2023-08-30 20:33:34 +02:00
Henning Dieterichs 272fdf6abf Diff Editor: Disables optimistic diff updates. Fixes #190748, Fixes #190232 2023-08-30 20:33:34 +02:00
Andrea Mah 8470c9b0e3 adjust endgame query (#191806) 2023-08-30 11:17:10 -07:00
Tyler James Leonhardt da5492061c Fix rendering when chat is hidden (#191830)
Fixes https://github.com/microsoft/vscode/issues/191704
2023-08-30 20:13:13 +02:00
Aaron Munger a33cf1b751 Merge pull request #191829 from microsoft/aamunger/copyOutput
allow more output mime types to be copied
2023-08-30 11:02:25 -07:00
Joyce Er faa42cbdd2 Fix file tree not being transferred to panel chat (#191826) 2023-08-30 19:52:35 +02:00
Daniel Imms 9d26487a50 Merge pull request #191795 from microsoft/tyriar/190195
Workaround slow update webgl issue on Windows
2023-08-30 10:50:17 -07:00
Megan Rogge f72ffc49b0 Merge pull request #191819 from microsoft/merogge/acc-tab
send `Shift+tab` to the shell
2023-08-30 10:48:32 -07:00
Daniel Imms 95e0d5c86a Merge pull request #191822 from microsoft/tyriar/188875
Fix error in zsh si script
2023-08-30 10:46:49 -07:00
Aaron Munger 6e058e5903 allow more output mime types to be copied 2023-08-30 10:46:39 -07:00
Connor Peet 8a69a8f266 debug: bump js-debug to 1.82 (#191827) 2023-08-30 19:41:17 +02:00
meganrogge 3ff7e76b48 on blur, hide 2023-08-30 10:19:08 -07:00
Megan Rogge 146a7d8070 Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-08-30 10:14:14 -07:00
Daniel Imms c7e08e78dc Merge pull request #191815 from microsoft/tyriar/distro_230830
Update distro
2023-08-30 10:13:18 -07:00
Daniel Imms c69c908237 Fix error in zsh si script
Fixes #188875
2023-08-30 10:04:34 -07:00
Connor Peet c394fb8959 cli: polish serve-web help (#191817)
Fixes #191601
2023-08-30 19:02:48 +02:00
Aaron Munger 70b614dc54 Merge pull request #191816 from microsoft/aamunger/copyOutput
changed command title and name
2023-08-30 10:00:34 -07:00
meganrogge 4dc543d246 fix #188329 2023-08-30 09:55:19 -07:00
Daniel Imms d3c2077962 Fix import 2023-08-30 09:51:35 -07:00