Commit Graph

124157 Commits

Author SHA1 Message Date
Bhavya U 69e9b6b8dc Remove author verified workflow (#224330) 2024-07-30 13:56:12 -07:00
Daniel Imms f75c7a0888 Add cd - and + completions
Fixes #224331
2024-07-30 13:50:08 -07:00
Connor Peet 83752b4066 debug: improve behavior for slow-running prelaunch tasks (#224329)
* debug: improve behavior for slow-running prelaunch tasks

Shows this notification if a prelaunch task has been running for more
than 10 seconds:

![](https://memes.peet.io/img/24-07-be15cd9d-c9cd-40dc-8937-9d62466e5c96.png)

Also does a little cleanup of some probably-leaking disposables in the task runner.

Fixes #218267

* hygenie
2024-07-30 13:48:40 -07:00
Connor Peet 4201d9048c debug: add completions for prelaunch/postdebug tasks using known tasks (#224333)
![](https://memes.peet.io/img/24-07-4f28ff13-6d15-438f-8c6a-3d55453b25b8.png)

cc @meganrogge
2024-07-30 13:28:57 -07:00
Matt Bierner 9a186dd299 Try to use real clipboard to store copied resources on web (#224240)
For web, our clipboard for resources currently is in-memory only. This prevents copying data between windows and can also cause us to get into odd states where the in-memory clipboard no longer matches what's the real clipboard

This change tried to migrate resources to use the  real clipboard thanks the custom web clipboard types: https://github.com/w3c/clipboard-apis/pull/175

This feature only works in Chromium at the moment, but I believe other browsers have expressed intent to implement it too
2024-07-30 12:51:08 -07:00
Bhavya U 25b6584d3f Remove assign monitor (#224328) 2024-07-30 12:01:51 -07:00
Michael Lively 26c86b8ee3 Preserve highlights switching between single/multi file highlights (#224243)
* preserve latest editor highlights during setting changes

* cleaning

* default case + correct URI comparison

* break statements...
2024-07-30 11:54:45 -07:00
Lioman 8a5c01c95b Add ability to reverse the sort order in explorer (#149952)
- add option to settings
- adapt interfaces
- reverse sort order in FileSorter if option is set

Signed-off-by: Lioman <dev@lioman.de>
Co-authored-by: Logan Ramos <lramos15@gmail.com>
2024-07-30 11:49:14 -07:00
Bhavya U aeec76f5b5 Remove unassign monitor (#224322) 2024-07-30 11:37:37 -07:00
Rob Lourens 57c57f2ffc Support VS IntPreview in yarn (#224317) 2024-07-30 10:16:44 -07:00
Connor Peet 686611afd3 testing: adopt feedback for call stack api (#224308) 2024-07-30 09:35:07 -07:00
Alex Ross b8606d6875 💄 comment sorting based on feedback (#224296)
* 💄 comment sorting based on feedback

* Align with extension view sorting
2024-07-30 16:10:33 +02:00
Benjamin Pasero 117a4c7b62 debt - fix duplicate import (#224284)
cc @benibenj
2024-07-30 14:43:29 +02:00
Alex Ross 252f22a4ed Consider renaming the SQL built in language to MS SQL (#224283)
Fixes #221648
2024-07-30 04:02:08 -07:00
Alex Ross 4fa546bc42 CommentController.activeCommentThread seems to be the raw object instead of a proxy (#224282)
Fixes #223025
2024-07-30 03:57:06 -07:00
Victor Hallberg bb02803698 Add "sort by updated at" option to comments panel (#221665)
* feat: add "sort by updated at" to comments panel

Fixes #149449

* fix: sort comments panel using ObjectTree sorter

* fix: address PR review suggestions

* Move sorting back into filter menu
and fix nits

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
2024-07-30 10:28:39 +00:00
Alex Ross 447e8dcee6 Disable failing terminal tests (#224273) 2024-07-30 02:24:36 -07:00
Ladislau Szomoru d9dd24fe1b SCM - fix open in integrated terminal command (#224270) 2024-07-30 10:41:07 +02:00
Bhavya U 59b9ae62f4 Remove feature request manager workflow (#224232) 2024-07-30 00:45:10 -07:00
Rob Lourens 3c490dadc8 Fix unsafe type assertions in chat code (#224247)
#211878
2024-07-30 03:32:41 +02:00
Connor Peet 1acc838297 fix: yarn run gulp vscode-darwin-arm64 fails when run in the debug terminal (#224245)
>I think that block can just be removed safely since execFile with provide an error if the subprocess has a !=0 exit code

Fixes #221581
2024-07-29 16:30:35 -07:00
Joyce Er f9d9c79cb0 feat: render confirmation actions nicely in chat history (#224238) 2024-07-29 16:00:45 -07:00
Connor Peet 387a99cea5 testing: fix height calculation for editors in the call stack (#224241)
Also recalculate on decoration change which could affect wrapping/spacing/size of things.

Fixes #223373
2024-07-29 15:59:39 -07:00
Rob Lourens 615a6923cc Add telemetry for followups (#224235) 2024-07-29 14:46:47 -07:00
Rob Lourens 25dd3cf86f Use custom hovers for rendered chat markdown responses, slash commands, and variables (#224225)
* Use custom hover for slash command and variable descriptions
See microsoft/vscode-copilot#4831

* Use custom hovers for rendered chat markdown responses

* Fix tests
2024-07-29 13:58:30 -07:00
Gabriela Araujo Britto 6a33b7a382 [typescript-language-features] Use commit characters from tsserver when available (#223541)
use commit characters from tsserver when available
2024-07-29 13:57:03 -07:00
Matt Bierner 6568162d26 Fix relative path for inserted url() (#224193)
For #224190
2024-07-29 13:25:09 -07:00
Connor Peet 5445492015 debug: fix repeating breakpoint announcements (#224228)
Refs #223431
2024-07-29 13:19:36 -07:00
Megan Rogge 13390b31d7 get debug session from tree vs debugService so view is populated even when debug session isn't focused (#224221)
fix #223352
2024-07-29 12:40:14 -07:00
Connor Peet 7c957bed18 testing: indicate alternative decoration action when key is held (#224217)
* testing: indicate alternative decoration action when key is held

Fixes #223818

* fix typo
2024-07-29 12:35:48 -07:00
Connor Peet 8a82c2a355 testing: improvements to test results tree (#224223)
- Only show an entry when the first task is created (Fixes #223550)
- Hide past results in an "X more" entry and see if people use it
- Add some more lifecycle controls on the task items
2024-07-29 12:35:15 -07:00
Peng Lyu 98ab8ee224 Fix #210383. Statusbar service needs to block restore to get the right event. (#224222) 2024-07-29 12:32:28 -07:00
Joyce Er 0137ca5b93 fix: route @terminal to correct chat participant (#224220) 2024-07-29 12:02:15 -07:00
Peng Lyu 227870db3f re #214248. fix unsafe type assertion for iw. (#224219) 2024-07-29 11:56:58 -07:00
Megan Rogge 9014109ed5 rm accessibility help hint from monaco editor (#224034)
fix monaco editor bug
2024-07-29 11:48:43 -07:00
Joyce Er 9d2652cfb3 feat: allow chat request handlers to seed next question (#224216) 2024-07-29 11:12:05 -07:00
Bhavya U 4201991147 Remove english-please workflow (#224215) 2024-07-29 11:07:42 -07:00
Bhavya U 90c8bfffae Remove test-plan validator workflow. (#224208) 2024-07-29 10:14:21 -07:00
Walter Erquinigo e3b1073902 Handle errors from Dynamic Debug Configuration providers (#202622)
* Handle errors from Dynamic Debug Configuration providers

If a Dynamic Configuration provider, via its method `provideDebugConfigurations`, returns `undefined` or throws an Error, the selector in the Debug Tab is left in a borked state instead of going back to the last selected item. 
This was initially reported in https://github.com/microsoft/vscode/issues/198798, whose fix handled some cases, but not all. This commit attempts to handle all the remaining cases.

* Use logservice to report error

* Fix build

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2024-07-29 09:39:36 -07:00
Megan Rogge c8feac1c7a fix small help dialog bugs (#224206) 2024-07-29 09:27:57 -07:00
xiejialong cfe166664c Add scm.compactFolders. (#221459)
* Add scm.compactFolders.

* compactFolders default true

* Update setting description and use observableConfigValue

---------

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2024-07-29 17:49:31 +02:00
Sandeep Somavarapu cff5b57163 do not auto restart when there is an open notebook (#224178)
#216922 do not auto restart when there is an open notebook
2024-07-29 08:23:49 -07:00
Benjamin Pasero 374aa98ddf esm - reduce diff to main (#224183) 2024-07-29 08:22:47 -07:00
Ladislau Szomoru 0869cc7b5b SCM - fix edge case to show the first commit of the repository (#224187) 2024-07-29 07:46:56 -07:00
Alex Ross cfb5c79318 Ensure new editing comment is focused when expanding a thread (#223924)
* Revert "Comment Thread API: Newly created comment threads no longer auto-focus (#216732)"

This reverts commit e820af9c4c.

* Ensure new editing comment is focused when expanding a thread
2024-07-29 16:13:28 +02:00
Ladislau Szomoru 887cdf05ee Git - add more git sub-commands that would result in refreshing the SCM viewlet (#224185) 2024-07-29 06:58:00 -07:00
Daniel Imms f54dbdeaf1 Merge pull request #224091 from BABA983/remove-duplicate-test-code
Remove duplicate code
2024-07-29 06:50:07 -07:00
Sandeep Somavarapu 8194662232 fix #223262 - show progress (#224175) 2024-07-29 15:40:34 +02:00
Benjamin Pasero 546567ab4c build - fix failing test due to mangling (#224169) 2024-07-29 03:49:43 -07:00
Alex Ross 9473445f7d Update grammars (#224167) 2024-07-29 02:33:03 -07:00