Commit graph

120405 commits

Author SHA1 Message Date
Robo cf216ecd5a
chore: run oss tool for 1.88.0 (#208481)
* chore: run oss tool for 1.88.0

* chore: bump distro
2024-03-23 03:43:12 +01:00
Matt Bierner 83eb3af362
Debounce chatWidget view model changes (#208120)
Currently we can end up updating the chat list multiple times per frame

With this change, we try to batch some of these updates to avoid this
2024-03-22 18:12:00 -07:00
Martin Aeschlimann 57b0c146d0
Use serverDataFolderName in check-requirements-linux.sh (#208074)
* Use serverDataFolderName in check-requirements-linux.sh

* remove the (new) file check
2024-03-23 10:10:17 +09:00
Aiday Marlen Kyzy 28fecb9490
Merge pull request #208423 from microsoft/aiday/indentationTestsAccrossDifferentLanguages
Adding indentation tests for different languages
2024-03-22 23:54:46 +01:00
Rob Lourens 871cab2b67
Add "variable references" (#208478)
Towards microsoft/vscode-copilot-release#926
2024-03-22 15:45:56 -07:00
Connor Peet 32c524af96
testing: properly apply group default default profiles (#208476)
Fixes #206306
2024-03-22 23:06:12 +01:00
Peng Lyu c1b0fbbe22
remove console.log (#208474) 2024-03-22 22:56:32 +01:00
Connor Peet bb1e1c8fe7
debug: bump js-debug 1.88 (#208472) 2024-03-22 22:28:34 +01:00
Daniel Imms 1b6b6c588e
Merge pull request #208471 from microsoft/tyriar/208470
Allow transparency in sticky scroll overlay
2024-03-22 14:27:47 -07:00
Daniel Imms 3bd8776d52
Merge pull request #208467 from microsoft/tyriar/208413
Fix copy action being stolen by terminal chat
2024-03-22 14:21:10 -07:00
Daniel Imms c86bcb5cd6
Move option into shared call 2024-03-22 14:10:55 -07:00
Daniel Imms fbbcc48651
Allow transparency in sticky scroll overlay
Fixes #208470
2024-03-22 14:08:44 -07:00
Daniel Imms abc27efc71
Fix copy action being stolen by terminal chat
What was happening here is chatWidget was called which would initialize the
terminal chat widget, so I switched that to check whether the lazy value exists
and added a hasFocus check for good measure.

Fixes #208413
2024-03-22 13:55:47 -07:00
Aiday Marlen Kyzy dd35d164e1
refactor the test 2024-03-22 21:55:45 +01:00
Martin Aeschlimann fb757ca041
[json/html/css] update services (#208443)
* [json/html/css] update services

* use older language client

* older languageclient

---------

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2024-03-22 21:52:12 +01:00
Aiday Marlen Kyzy 4e98d4b801
Merge branch 'main' into aiday/indentationTestsAccrossDifferentLanguages 2024-03-22 21:50:30 +01:00
Andrea Mah 9b50825a2e
Merge pull request #208459 from microsoft/beautiful-thrush
ensure that search sparkle appears when AI results available
2024-03-22 15:20:26 -05:00
andreamah 13c9d15fd3 ensure that search sparkle appears when AI results available 2024-03-22 13:04:30 -07:00
Daniel Imms dc88e0164b
Merge pull request #208432 from microsoft/tyriar/199734
Don't select all when opening quick chat with a query
2024-03-22 12:59:45 -07:00
Peng Lyu 6030fca4db
Add default keybindings for notebook cell chat when it is enabled. (#208454) 2024-03-22 20:50:29 +01:00
Aaron Munger a832f9955c
add a toolbar item to open cell diagnostic actions (#208358)
* add a toolbar item to open cell diagnostic actions

* fix updated diagnostic handling

* prioritize to be next to cell result

* dispose status bar items, better handling of non-code cell
2024-03-22 12:26:41 -07:00
Michael Lively 9d6c275fb7
Add styling to pad outlineEntry toolbar (#208342)
add styling to pad outlineEntry toolbar
2024-03-22 12:21:02 -07:00
Rob Lourens 34f6d642e6
Fix multiple agent id/name mixups (#208450) 2024-03-22 20:13:13 +01:00
Aiday Marlen Kyzy a7dc4a5246
Merge pull request #208410 from microsoft/aiday/addingMoreTests
Adding more tests to indentation test suite
2024-03-22 20:09:21 +01:00
Aiday Marlen Kyzy 4a8c50eae1
adding one more test 2024-03-22 20:06:21 +01:00
Logan Ramos 429bc0c55d
Fix missing comma (#208442) 2024-03-22 19:19:00 +01:00
Daniel Imms 9643eed6ea
Merge pull request #208441 from microsoft/tyriar/termBell
Update terminalBell to No-Action-Avail_Upd10_-6db.mp3
2024-03-22 11:17:19 -07:00
Daniel Imms c81c9284ce
Merge pull request #208439 from microsoft/tyriar/207739_1
Don't rescale by default
2024-03-22 11:06:41 -07:00
Daniel Imms 2cb0fa3f27
Update terminalBell to No-Action-Avail_Upd10_-6db.mp3
Fixes #194907
2024-03-22 11:01:32 -07:00
Daniel Imms 9d12f1f5a5
Merge branch 'main' into tyriar/207739_1 2024-03-22 10:48:49 -07:00
Daniel Imms 50b096c575
Don't rescale by default
Part of #207739
2024-03-22 10:46:54 -07:00
Rob Lourens b45774692c
ListView can warn when failing to measure rows because the list was not in the DOM (#208204)
After debugging this for the 100th time, I will make the 101st time easier to troubleshoot.
I don't think there are any reasonable cases where the list row height would actually be 0, so I think this avoids unnecessary calls to isAncestor
2024-03-22 10:31:52 -07:00
Ole 385ad93dd6
Log resource telemetry also for side-by-side views on browsers. (#208196)
* Log `resource` telemetry also for side-by-side views on browsers.

This telemetry is already logged in non-browser environments, and for the regular text editor (and other editors with a single document), but not yet for editors dealing with multiple documents, like "workbench.editors.diffEditorInput".

It is useful to have this telemetry to check how much e.g. the diff editor is used to open certain file types.

Fixes #208187

* Use URI.isUri instead of instanceof URI.
2024-03-22 17:22:32 +00:00
Daniel Imms 58368c444e
Merge pull request #208436 from microsoft/tyriar/208306
Add location support for newWithProfile command
2024-03-22 10:19:51 -07:00
Aiday Marlen Kyzy 9978dd8687
adding one more test 2024-03-22 18:14:13 +01:00
Martin Aeschlimann 3a28ac2cdb
server-web: resources not loaded with serverBasePath (#208435) 2024-03-22 18:06:35 +01:00
Daniel Imms 8fc2765204
Add location support for newWithProfile command
Fixes #208306
2024-03-22 09:53:54 -07:00
Daniel Imms c4e35f0f03
Merge pull request #208433 from microsoft/tyriar/207959
Simplify terminal sticky scroll refresh by deferring to microtask
2024-03-22 09:42:28 -07:00
Daniel Imms 789b9095a0
Simplify terminal sticky scroll refresh by deferring to microtask
Fixes #207959
2024-03-22 09:19:03 -07:00
Daniel Imms 9d19dc1c2b
Don't select all when opening quick chat with a query
Fixes #199734
2024-03-22 09:05:54 -07:00
Aiday Marlen Kyzy cd88c93223
adding one more test 2024-03-22 16:59:26 +01:00
Daniel Imms 712a3eefbd
Merge pull request #208425 from microsoft/tyriar/205744
Wait for cmd detection if running command at start up
2024-03-22 08:40:37 -07:00
Johannes Rieken d848ebe222
inline chat: fix info label placement (#208424) 2024-03-22 16:20:39 +01:00
Daniel Imms 1a6f5b638c
Wait for cmd detection if running command at start up
Fixes #205744
2024-03-22 08:08:23 -07:00
Johannes Rieken 2c28cd7185
tweak width of inline chat content widget (#208422) 2024-03-22 16:06:19 +01:00
Daniel Imms 3318a66301
Merge pull request #208421 from microsoft/tyriar/208420
Reduce duplicate insert into terminal menu item
2024-03-22 08:05:54 -07:00
Aiday Marlen Kyzy 1f8b9deafa
adding indentation tests for different languages 2024-03-22 16:02:54 +01:00
Daniel Imms 87eb9ff4b2
Merge pull request #208415 from microsoft/tyriar/204167
Include env in unsafe profiles config
2024-03-22 07:49:41 -07:00
Daniel Imms 128acbad20
Reduce duplicate insert into terminal menu item
Fixes #208420
2024-03-22 07:48:13 -07:00
Daniel Imms eae98ba554
Also include color and icon in unsafe profile config 2024-03-22 07:34:30 -07:00