Commit Graph
124157 Commits
Author SHA1 Message Date
Peng LyuandGitHub 62a7ba2759 Merge pull request #204048 from microsoft/rebornix/spare-ox
Experimental notebook view zone
2024-02-01 19:06:31 -08:00
Matt BiernerandGitHub 7923151da4 Adopt localize2 in more spots (#204030)
Another pass adopting localize2
2024-02-01 16:36:35 -08:00
rebornix d4dcb77414 align rangemap testing 2024-02-01 16:22:03 -08:00
rebornix 8e55c76a60 Experimental notebook view zone 2024-02-01 16:16:34 -08:00
meganrogge a780b235dd Fix another bug 2024-02-01 16:35:40 -06:00
Megan RoggeandGitHub 2af613979f Merge pull request #204008 from emilan/remote-auto-task-fix
Fix for automatic folderOpen tasks with Remote SSH extension
2024-02-01 16:32:15 -06:00
meganrogge b642d20936 fix issues 2024-02-01 15:34:52 -06:00
meganrogge 7dcb9b754e tweak more words 2024-02-01 15:26:55 -06:00
meganrogge f81165f9ff signals -> accessibility.statusIndicators 2024-02-01 15:23:08 -06:00
meganrogge b65b69e5dd move to within accessibility configuration 2024-02-01 15:19:51 -06:00
meganrogge 916c5ee556 auto, off as options 2024-02-01 15:13:36 -06:00
Rob LourensandGitHub 8c8dbd3b7f Don't suggest agents after text in the chat input (#204028)
Fix microsoft/vscode-copilot-release#816
2024-02-01 21:56:46 +01:00
meganrogge 4c30c08b66 fix issue 2024-02-01 14:48:33 -06:00
meganrogge 98715d77b1 use on or off for alert setting 2024-02-01 14:33:57 -06:00
Justin ChenandGitHub fc5c9bef7a flattens openIssueReporterCommand and debt (#204024)
flatten command, cleanup
2024-02-01 21:32:59 +01:00
Matt BiernerandGitHub 240772aaac Inline promiseWithResolvers for webviewPreload (#204022)
Fixes #204020
2024-02-01 12:11:13 -08:00
Rob LourensandGitHub f6c91c26c6 Fix highlighting agents after reloading the window (#204012)
Invalidate cached parsed query when agents are loaded
2024-02-01 12:01:16 -08:00
Rob LourensandGitHub 4493cd71c9 Avoid using 'deltaDecorations' directly in setDecorationsByType (#203902)
* Avoid using 'deltaDecorations' directly in `setDecorationsByType`
Fix #202374

* Update
2024-02-01 19:32:38 +01:00
emilan 4d97c320b1 Fix for automatic folderOpen tasks with Remote SSH extension
In some cases (very often for me), the task configuration is loaded
after the RunAutomaticTasks class has searched through the configured
tasks to see if there are any automatic tasks to run. Since this search
is a one time action, it means that the automatic tasks aren't always
run.

This fix works around this race condition by exposing an event
(onDidChangeTaskConfig) on the ITaskService interface and letting
the AbstractTaskService implementation fire this event when it reloads
the task configuration. If the RunAutomaticTasks class encounters zero
automatic tasks, it waits for up to 10 seconds for this new event to
fire before giving up. If the task configuration is updated during this
time, RunAutomaticTasks looks for automatic tasks once more in the
updated task configuration.
2024-02-01 19:25:01 +01:00
Connor PeetandGitHub 13e49a698c testing: rename coverage executionCount to executed, allow bool (#204004)
coverage.py does not provide execution count, only a boolean indicating
whether any given data was executed at all. Allow extensions to provide
boolean values for executions, and rename the properties to `executed`
rather than `executionCount`, so that we can handle this properly in the
UI and e.g. avoid showing incorrect count badges when the real count
is unknown.
2024-02-01 10:22:29 -08:00
Peng LyuandGitHub d7adba43fc Fix find widget top border fallback (#203991)
fix #203981. find widget border fallback
2024-02-01 18:21:24 +00:00
Connor PeetandGitHub 2ff1b39452 cli: update dev tunnels (#203997)
Fixes #201417
2024-02-01 10:07:46 -08:00
Rob LourensandGitHub 05be5599c4 Clean up unused element (#203994)
Leftover from progress refactoring, and leading to extra space in the chat row
2024-02-01 10:07:21 -08:00
Aiday Marlen Kyzy 17324f8db3 polishing the code 2024-02-01 18:40:32 +01:00
Justin ChenandGitHub 4e67ba102b dispose actions after selection/application of code action (#203936)
dispose actions after selection and application of code action
2024-02-01 09:14:18 -08:00
Hylke BonsandHylke Bons b8ac113876 themes: Increase contrast of inputs placeholder text 2024-02-01 18:03:40 +01:00
Megan RoggeandGitHub 019f749a11 Merge pull request #203987 from microsoft/merogge/info-trace
log info -> trace
2024-02-01 10:48:18 -06:00
Benjamin PaseroandGitHub 44fd438df5 window - mitigate macOS fullscreen issue with custom title (#203986) 2024-02-01 08:35:00 -08:00
meganrogge 5f22badb32 log info -> trace 2024-02-01 10:33:09 -06:00
Alex RossandGitHub 3513974b53 [Accessibility] Take out redundant prefix from comment thread for better readability (#203953)
Fixes #203952
2024-02-01 10:30:03 -06:00
CharlyandGitHub 09f3bd5c0b Fix typo in configurationEditingMain.ts (#203970)
Removed the extra `an` in `The path where an an extension is installed`.
2024-02-01 16:24:18 +00:00
Aleksandr KondrashovandGitHub 65685b14c7 Do not use respectMultiSelection for upload and paste (#201145) 2024-02-01 17:12:31 +01:00
Christof Marti db3ebe6121 Update to @vscode/proxy-agent 0.19.0 (#203847) 2024-02-01 17:01:15 +01:00
Benjamin PaseroandGitHub 54488a73dd perf - handle workbench.contrib.textInputActionsProvider (#203947) (#203958)
perf - handle `workbench.contrib.textInputActionsProvider`
2024-02-01 15:49:14 +00:00
Rob LourensandGitHub a3d4451154 Always allow ctrl+up to focus the chat list on windows (#203982) 2024-02-01 08:48:58 -07:00
Rob LourensandGitHub dbd391ebba Don't allow picking the same variable multiple times (#203975)
* Cache agent subCommands, make some async code sync

* Fix lastSlashCommands

* Cache parsed chat query in one place so we don't have to parse the same thing over and over

* Don't allow picking the same variable multiple times
Fix microsoft/vscode-copilot-release#733

* Fix tests
2024-02-01 16:33:38 +01:00
Aiday Marlen Kyzy 9270d93d88 tests pass 2024-02-01 16:32:10 +01:00
Sandeep SomavarapuandGitHub dcea438aca fix #203457 (#203972) 2024-02-01 15:21:07 +01:00
Alex RossandGitHub 69684cd43c Bullet point renders in front of checkbox in comments view (#203968)
Fixes #203194
2024-02-01 14:44:49 +01:00
Aiday Marlen Kyzy 9554c7af48 wip 2024-02-01 14:16:26 +01:00
Aiday Marlen Kyzy 6347918fb3 removing one otherwise there would be indexing error 2024-02-01 12:43:17 +01:00
Aiday Marlen Kyzy 6b0281842f using the mersenne twister class 2024-02-01 12:42:44 +01:00
Aiday Marlen Kyzy 62dbeb6063 rewriting the function 2024-02-01 12:05:56 +01:00
Aiday Marlen Kyzy f0e9f6e583 refatcoring the code 2024-02-01 11:51:54 +01:00
8ba046adbe print heap stats instead of memory usage (#203959)
* print heap stats instead of memory usage

* ensure no hanging on to service

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2024-02-01 11:37:19 +01:00
Aiday Marlen Kyzy 11617766f0 placing the for loop inside of the suite directly 2024-02-01 09:48:38 +01:00
Alex RossandGitHub 442c133fe9 Try to fix build pipeline (#203951) 2024-02-01 09:43:05 +01:00
Benjamin Christopher SimmondsandGitHub 2c5286826b Merge pull request #203681 from microsoft/benibenj/ytterbic-rooster
Added Tab Drag and Drop Indicator
2024-02-01 09:01:41 +01:00
Benjamin PaseroandBenjamin Pasero c93c6b2d17 perf - simplify registering workbench contributions 2024-02-01 08:22:44 +01:00
Benjamin PaseroandBenjamin Pasero 3969ef5b50 perf - track ellapsedWorkbenchContributions 2024-02-01 08:22:44 +01:00