Commit Graph
124157 Commits
Author SHA1 Message Date
Benjamin Christopher SimmondsandGitHub e66169a566 Fix Sticky Scroll Focus Issue (#207703)
fix #207657
2024-03-14 13:02:59 +01:00
Sandeep SomavarapuandGitHub 37745e0b5c fix #207270 (#207692) 2024-03-14 12:10:44 +01:00
Sandeep SomavarapuandGitHub 9488229fc0 make product version optional because of snap updates (#207694) 2024-03-14 12:00:48 +01:00
Benjamin Christopher SimmondsandGitHub a09e3b3903 Fix Sticky Scroll Line Height Issue (#207691)
fix #207649
2024-03-14 11:42:20 +01:00
Benjamin PaseroandGitHub b1fad5a0b5 file watcher fixes (#207690) 2024-03-14 11:41:21 +01:00
BeniBenj ec4a8c7449 polish and add notebooks 2024-03-14 11:02:46 +01:00
Johannes RiekenandGitHub 080f9685c0 update layout logic (#207687) 2024-03-14 10:21:41 +01:00
Hylke BonsandHylke Bons f8be2820ef colors: Revert menu item update 2024-03-14 09:55:17 +01:00
Hylke BonsandHylke Bons 0588cfe9aa colors: Split long lines 2024-03-14 09:55:17 +01:00
Hylke BonsandHylke Bons 16b4a4db41 colors: Split colors into files 2024-03-14 09:55:17 +01:00
Hylke BonsandHylke Bons c617012ab1 colors: Reorder and add more comments 2024-03-14 09:55:17 +01:00
Sandeep SomavarapuandGitHub 070b773744 fix #207431 (#207682) 2024-03-14 09:52:12 +01:00
Sandeep SomavarapuandGitHub 49968b3fc5 fix #207397 (#207681) 2024-03-14 09:52:03 +01:00
Sandeep SomavarapuandGitHub bba0b4823d fix #207554 (#207680) 2024-03-14 09:51:42 +01:00
Benjamin PaseroandGitHub 37c50e0be4 file watcher polish (#207679) 2024-03-14 09:22:38 +01:00
Aiday Marlen Kyzy 1af831275c adding unit tests from the blames 2024-03-14 09:22:08 +01:00
5bc9d1d785 Fix smooth scrolling Linux Wayland. (#205122)
* Fix smooth scrolling Linux Wayland.

* 💄

---------

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-03-14 09:08:35 +01:00
Dmitriy YurovandGitHub b9ca5a6339 Fix 'e.getModifierState is not a function' error for browser auto filled form events (#206883)
Update keyboardEvent.ts
2024-03-14 08:00:09 +00:00
e0baf3af8e Fix keyboard layout detection (#205193)
* Fallback on keyboard event if getLayoutMap is not allowed

* fix: do not try to call again getLayoutMap if it fails

---------

Co-authored-by: Loïc Mangeonjean <loic@coderpad.io>
2024-03-14 07:59:41 +00:00
Benjamin PaseroandGitHub 510dd7994d watcher - fix correlation to actually work (#207629) 2024-03-14 08:15:38 +01:00
Connor PeetandGitHub d64800f20a testing: update testing API with proposals (#207512)
* wip

* testing: update testing API with proposals

This replaces the test provider with:

- An `addCoverage` method on the TestRun. The benefit of this is that
  test data can be provided gradually, even upserted, over a test run
	to provide more live results.
- A `loadDetailedCoverage` on the profile which loads coverage details.
  This is the "resolve" handler before.
- An additional onDidDispose event on the TestRun that extensions can
  use to clear allocated resources.

Note that the the `FileCoverage` instance given to `loadDetailedCoverage`
is the same instance provided to `addCoverage`, so it can be subclassed
to tag in additional detail. The `TestRun` instance is also the same, so
`WeakMap`s can be used for associating data with both.

Naming might change over the next week, but there were good feelings
about this structure the API call this morning.

This change has a backwards-compatibility shim, but extensions should
migrate over before our next stable release in ~3 weeks from today.

fyi @jdneo @eleanorjboyd

* avoid structuredClone
2024-03-14 08:10:00 +01:00
Benjamin PaseroandGitHub b9bca8844b cannot access 'session' before initialization (fix #207640) (#207667) 2024-03-14 14:31:36 +09:00
Rob LourensandGitHub 99a1981525 Align chat action items to top (#207662)
Move chat toolbar to bottom
Fix #205650
2024-03-13 21:06:00 -07:00
Tyler James LeonhardtandGitHub 5eb71c0ffc Use alt for Windows instead so it doesn't conflict wit Quick Access stuff (#207658)
Fixes https://github.com/microsoft/vscode/issues/207496
2024-03-14 03:52:10 +01:00
Rob LourensandGitHub 45cccebcb1 Support 'default context' with a checkbox in chat (#207648)
For microsoft/vscode-copilot-release#675
2024-03-14 00:56:22 +01:00
Bhavya UandGitHub ea595344fe Show both entitlements if enabled (#207653) 2024-03-14 00:49:31 +01:00
Tyler James LeonhardtandGitHub c349c44f08 Move QuickPick on to an ObjectTree (#207520)
* Move QuickPick on to an ObjectTree

Enables sticky scroll

* Fix tests

* fix tests take 2

* fix tests by cleaning up disposables

* fix tests again

* `setChildren` less

* test if this is what fixes CI (but local would be broken)

* remove setFocus call since it just sends a random event that we don't need

* Only apply events to quickpickitems not separators

* a comment
2024-03-13 16:45:12 -07:00
Justin ChenandGitHub 315ae79d96 ts server crash open issue reporter (#207526)
minor open reporter changes
2024-03-13 15:58:33 -07:00
Megan RoggeandGitHub 9962e85fc9 Merge pull request #207641 from microsoft/merogge/default
set voice recording started sound to on by default
2024-03-13 14:44:54 -07:00
Matt BiernerandGitHub e5f5e91423 Make paste resource respect paste location (#207635)
Fixes #207186
2024-03-13 22:27:44 +01:00
meganrogge 3e3a0521e1 fix #207639 2024-03-13 14:23:15 -07:00
Megan RoggeandGitHub 7c6e82d367 Merge pull request #207630 from microsoft/merogge/widget-dimensions
fix widget height / vertical position issues
2024-03-13 13:57:50 -07:00
Ulugbek Abdullaev d8e8b51178 rename suggestions: refactor: remove a todo because we never race with timeout for providers' results 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev 07de019639 rename suggestions: refactor: remove unnecessary code and move list widget creation out of constructor for readability 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev e1c2d7e328 rename suggestions: refactor: use prefixed import of dom utils 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev 2c8420052e rename suggestions: refactor: use column-gap instead of margin-left on a child 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev 8db6da7636 rename suggestions: refactor: remove unnecessary and incorrect code 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev ec763a0b10 rename suggestions: refactor: simplify icon toggling 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev e6918b6b8d rename suggestions: refactor: public -> private 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev 973a9d1661 rename suggestions: apply editor font to rename input field elements 2024-03-13 20:59:35 +01:00
Ulugbek Abdullaev ac7ef89883 rename suggestions: refactor: renamings & cleanup 2024-03-13 20:59:35 +01:00
Daniel ImmsandGitHub f33ade6c38 Merge pull request #207614 from microsoft/tyriar/207599
Hide widget when viewing in chat
2024-03-13 12:55:57 -07:00
Daniel ImmsandGitHub 592b0783c6 Merge pull request #207615 from microsoft/tyriar/settingname
Fix terminal chat setting name
2024-03-13 12:55:33 -07:00
meganrogge 4de81a1735 clean up 2024-03-13 12:40:23 -07:00
meganrogge 2552de30f3 rm unneeded change 2024-03-13 12:33:49 -07:00
meganrogge 62394953a2 fix widget height / vertical position issues 2024-03-13 12:30:10 -07:00
Sandeep SomavarapuandGitHub a72317c989 fix #207618 (#207620) 2024-03-13 19:46:18 +01:00
Matt BiernerandGitHub 83510d5e4e Filter paste edits based on kind (#207617)
Makes sure we don't return paste edits with unsupported kinds when a specific kind if requested
2024-03-13 11:23:21 -07:00
Daniel Imms 8f26688341 Fix terminal chat setting name 2024-03-13 10:55:26 -07:00
Matt BiernerandGitHub 654c74db64 Fix falling back to default paste (#207612)
Kind text got changed. Instead of using that, check the provider directly
2024-03-13 18:54:15 +01:00