Commit Graph

115508 Commits

Author SHA1 Message Date
Benjamin Pasero
6454416d29 aux window - some polish (#197510)
- seed the aux window ID based on the main one
- avoid using non-main windows for `getActiveWindowId`
2023-11-06 16:22:33 +09:00
Benjamin Pasero
14678c041f eng - ensure node for remote smoke tests (#197509)
end - ensure `node` for remote smoke tests
2023-11-06 16:21:36 +09:00
Benjamin Pasero
9aacac6488 Aux window: Main window editor hangs or is slow on aux window minimize (fix #197420) (#197433)
* Aux window: Main window editor hangs or is slow on aux window minimize (fix #197420)

* aux window - ensure a window id in all cases

* aux window - 💄

* aux window - 💄

* aux window - 💄

* aux window - 💄

* aux window - 💄
2023-11-04 16:52:22 +01:00
Alexandru Dima
22354c5455 Align repo list (#197445) 2023-11-04 13:27:23 +00:00
Alexandru Dima
8513a34ce4 Add IEditorAction.metadata (#197442) 2023-11-04 14:26:47 +01:00
Benjamin Simmonds
c2d75edf8a Merge pull request #196609 from microsoft/benibenj/hideTabsActionBar
Add option to show editor actions in title bar
2023-11-04 12:18:18 +01:00
Alexandru Dima
b41d86486d Merge pull request #197440 from microsoft/alexd/future-goose
Skip going to an extension host if no extensions are interested in a certain activation event
2023-11-04 12:11:02 +01:00
Alex Dima
24817496d5 Merge remote-tracking branch 'origin/main' into alexd/future-goose 2023-11-04 11:52:50 +01:00
Alex Dima
edb1e88c9c Restore sha in webClientServer 2023-11-04 11:50:25 +01:00
Alex Dima
50bd68e155 Skip going to an extension host if it hosts no extensions interested in a certain activation event. 2023-11-04 11:43:40 +01:00
BeniBenj
aad951e5bd Merge remote-tracking branch 'origin' into benibenj/hideTabsActionBar 2023-11-04 11:20:30 +01:00
Alex Dima
5041005fc1 Extract some types to their own files 2023-11-04 10:49:18 +01:00
Alex Dima
8a69866cca Improve logging 2023-11-04 10:35:59 +01:00
Alex Dima
1ace1a817a Funnel ext host pid to the renderer and do more logging 2023-11-04 09:51:03 +01:00
Megan Rogge
3e452bfef1 Merge pull request #197412 from microsoft/merogge/acc-enter 2023-11-03 17:01:07 -07:00
Connor Peet
8385370440 debug: fix repl breaking due to mysterious spooky error (#197418)
Fixes #146002
2023-11-04 00:13:34 +01:00
Simon Siefke
96b17815bb feature: allow to paste files from the clipboard (#195730)
* feature: add basic file pasting (native)

* feature: allow native file pasting to coexist with explorer file pasting

* refactor: remove console log

* undo-import-changes

* fix: lint

* refactor: move paste file handler to explorerView

* simplify code

* remove unused import

* fix: handle files without path when running in web

* 💄

* feature: add paste confirmation dialog

* improve confirmation message

* feature: improve confirmation message when items are folders and not files

* simplify code

* simplify code

* remove unused import

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-11-03 15:26:30 -07:00
Raymond Zhao
c0dd927402 Use contiguous substring for description (#197400)
Fixes #195796
2023-11-03 15:25:57 -07:00
meganrogge
17e332e5c3 add start and end 2023-11-03 14:43:37 -07:00
meganrogge
7dc275c4a3 fix regex 2023-11-03 14:41:29 -07:00
meganrogge
1c3473d381 fix #197411 2023-11-03 14:28:43 -07:00
Michael Lively
59f9d4ceff mainThreadLangFeat isDisposed check (#197395)
* mainThreadLangFeat isDisposed check

* check focused model isDisposed()

* extra dipose check addressing async cell disposal

* get the word pre model disposal, avoid checking disposed TextModels
2023-11-03 22:25:58 +01:00
Daniel Imms
ca471a725a Merge pull request #197403 from andrewbranch/bug/56090
[typescript-language-features] Add missing preference description for preferTypeOnlyAutoImports
2023-11-03 13:36:04 -07:00
Connor Peet
9934a6b4ef cli: bump openssl (#197404) 2023-11-03 21:32:30 +01:00
Megan Rogge
3419c7c797 Merge pull request #197288 from microsoft/merogge/letter-key
check if letter key
2023-11-03 13:28:20 -07:00
Connor Peet
491b6d8bc8 debug: improve performance of stepping (#197397)
Previously we did not show a next-stepped state until the entire
stackframe was retrieved, which led to the issue this fixes #185708.
This queuing was done to prevent torn states in similar fast
transitions.

Rather than queuing, this PR uses a small 'scheduler' that uses a
cancellation token to abort any running operations on a per-thread basis.

I also noticed we didn't fully support `allThreadStopped`. I added
support for that as well.
2023-11-03 13:15:29 -07:00
Megan Rogge
d069d446c0 Merge branch 'main' into merogge/letter-key 2023-11-03 13:06:54 -07:00
Andrew Branch
48f4a503f8 Add missing preference description for preferTypeOnlyAutoImports 2023-11-03 12:57:23 -07:00
Joyce Er
96487bbb1a fix: don't set font size for code spans in webview (#197393)
This regresses rendering of code spans in Github Pull Requests titles
2023-11-03 12:39:52 -07:00
Megan Rogge
24011ee849 Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-11-03 11:50:50 -07:00
Ladislau Szomoru
306125b43e SCM - Move SCM View to async data tree (#197349) 2023-11-03 19:49:45 +01:00
Aaron Munger
adac9288d1 less scrolling for focusing a cell editor 2023-11-03 11:33:06 -07:00
Aaron Munger
17c447e4ae fix reveal range when not quite in view 2023-11-03 11:33:06 -07:00
Aaron Munger
bf72bddec7 clarified function names, more comment docs 2023-11-03 11:33:06 -07:00
Aaron Munger
d1d6afd67f naming 2023-11-03 11:33:06 -07:00
Aaron Munger
7413ab8f8e combine revealCells functions 2023-11-03 11:33:06 -07:00
Aaron Munger
5dddc01a06 removed unused parameter 2023-11-03 11:33:06 -07:00
Cody Beyer
b74c660b2f Add missing py azure packages (#195508)
* adding container registry package

* adding several missing python:

- azure-appconfiguration-provider
- azure-communication-identity
- azure-communication-phonenumbers
- azure-communication-email
- azure-communication-rooms
- azure-communication-callautomation
- azure-confidentialledger
- azure-iot-deviceupdate
- azure-developer-loadtesting
- azure-monitor-query
- azure-monitor-ingestion
- azure-schemaregistry-avroencoder
- azure-messaging-webpubsubservice
2023-11-03 10:29:08 -07:00
Sandeep Somavarapu
d54f0adc77 fix #197382 (#197383) 2023-11-03 17:08:35 +01:00
Daniel Imms
16f2085e3f Merge pull request #197365 from microsoft/tyriar/197356
Improve behavior of quick input hover hint
2023-11-03 08:40:36 -07:00
Sandeep Somavarapu
1b4e867c97 fix #197297 (#197375) 2023-11-03 16:36:12 +01:00
BeniBenj
5857bdba65 Merge branch 'main' into benibenj/hideTabsActionBar 2023-11-03 16:29:30 +01:00
Alex Ross
1bb470b6d9 Continue on doesn't work for file-level comments (#197378)
Fixes #196571
2023-11-03 16:26:39 +01:00
BeniBenj
9dcffa9e87 Remove TitleBarGlobalControlMenu and make accounts/manage unhideable 2023-11-03 16:14:45 +01:00
meganrogge
b4736796d3 match specific keys 2023-11-03 07:57:47 -07:00
Megan Rogge
ace5fa7b84 Merge branch 'main' into merogge/letter-key 2023-11-03 07:46:46 -07:00
Megan Rogge
e550098509 Merge pull request #197258 from microsoft/merogge/focus-view
add setting to focus accessible view on command execution
2023-11-03 07:35:56 -07:00
Megan Rogge
a2516dfa0b Merge pull request #197270 from microsoft/merogge/activity-bar
show activity bar item tooltip on keyboard focus
2023-11-03 07:30:06 -07:00
Sandeep Somavarapu
6382347601 fix #197252 (#197368) 2023-11-03 15:24:24 +01:00
Benjamin Simmonds
d27b275d84 no tab bar default title with dirty state (#197358)
* no tab bar default title with dirty state

* Update src/vs/workbench/browser/parts/titlebar/windowTitle.ts

Co-authored-by: Alex Ross <alros@microsoft.com>

* 💄

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
2023-11-03 14:21:26 +01:00