Commit Graph

115532 Commits

Author SHA1 Message Date
Ronak Jain
d72005bfa7 Fix tsconfig resolution for navigation (#192851)
* Fix tsconfig resolution

* Resolve based on link type
2023-11-06 11:46:09 -08:00
Megan Rogge
9527021b45 Merge pull request #197581 from microsoft/merogge/simple-bug
allow taking notification action on first / default
2023-11-06 11:17:28 -08:00
Benjamin Pasero
68a051f2e2 Aux window: regression: editor global stylesheet does not work (fix #197564) (#197580) 2023-11-06 20:10:52 +01:00
Matt Bierner
c57992a973 Always run code lens implementations on semantic server (#197578)
Fixes #197286

Already fixed this for references code lens. Just porting it to impl code lens now too
2023-11-06 20:05:00 +01:00
Aaron Munger
8ba75dfdc8 more strict on regex, fix special character 2023-11-06 10:59:40 -08:00
Aaron Munger
6afac1d3f7 fix stack trace linking 2023-11-06 10:59:40 -08:00
meganrogge
93541397f5 fix #197388 2023-11-06 10:54:16 -08:00
Megan Rogge
e0e31d3b61 Merge pull request #197571 from microsoft/merogge/onClose
immediately call `onClose` of provider when accessible view is hidden
2023-11-06 10:20:04 -08:00
meganrogge
fc3eb50946 fix #197413 2023-11-06 10:04:28 -08:00
Tyler James Leonhardt
9e2e552303 Fix typo in chat code block action title (#197568)
Fixes https://github.com/microsoft/vscode-copilot-release/issues/537
2023-11-06 18:36:29 +01:00
Benjamin Pasero
9050cd7553 aux window - reduce global access to window (#197538) 2023-11-06 18:06:36 +01:00
Megan Rogge
e373517c9e Merge pull request #197381 from microsoft/merogge/do-not-cache
rm task from storage when terminated
2023-11-06 05:22:58 -08:00
Benjamin Pasero
6786b8fb9a untitled - use ref counted lifecycle (#194371)
* wip

* cleanup

* also use ref in main

* fix one test

* adop `canDispose` for untitled as well

* untitled - ignore dirty on change on revert
2023-11-06 12:58:50 +01:00
Sandeep Somavarapu
cff1d63da0 Add jersey icon to user data profile icons (#197534) 2023-11-06 12:47:59 +01:00
Sandeep Somavarapu
f8cfa70784 move extension containers actions to search (#197533) 2023-11-06 12:45:53 +01:00
Benjamin Pasero
912c2d98e3 aux window - ensure native host service is properly typed in all contexts (#197527) 2023-11-06 12:00:24 +01:00
Johannes Rieken
96025e7015 Don't dispose diff zone widgets when hiding them. (#197525)
fixes https://github.com/microsoft/vscode-copilot/issues/2617
fixes https://github.com/microsoft/vscode-copilot/issues/2627
2023-11-06 11:59:34 +01:00
Benjamin Pasero
33f712ff82 State SaveStrategy.IMMEDIATE is risky (fix #197372) (#197373) 2023-11-06 11:07:50 +01:00
Benjamin Pasero
25ba16e724 vscode://file// links no longer working (fix #197319) (#197511) 2023-11-06 08:23:59 +01:00
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
Megan Rogge
b9007fd698 Update src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-11-03 13:35:03 -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
meganrogge
07d4154409 fix some things 2023-11-03 12:58:01 -07:00
Andrew Branch
48f4a503f8 Add missing preference description for preferTypeOnlyAutoImports 2023-11-03 12:57:23 -07:00
meganrogge
fb49a38f10 change name, more 2023-11-03 12:53:53 -07:00