Benjamin Christopher Simmonds and GitHub
e66169a566
Fix Sticky Scroll Focus Issue ( #207703 )
...
fix #207657
2024-03-14 13:02:59 +01:00
Sandeep Somavarapu and GitHub
37745e0b5c
fix #207270 ( #207692 )
2024-03-14 12:10:44 +01:00
Sandeep Somavarapu and GitHub
9488229fc0
make product version optional because of snap updates ( #207694 )
2024-03-14 12:00:48 +01:00
Benjamin Christopher Simmonds and GitHub
a09e3b3903
Fix Sticky Scroll Line Height Issue ( #207691 )
...
fix #207649
2024-03-14 11:42:20 +01:00
Benjamin Pasero and GitHub
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 Rieken and GitHub
080f9685c0
update layout logic ( #207687 )
2024-03-14 10:21:41 +01:00
Hylke Bons and Hylke Bons
f8be2820ef
colors: Revert menu item update
2024-03-14 09:55:17 +01:00
Hylke Bons and Hylke Bons
0588cfe9aa
colors: Split long lines
2024-03-14 09:55:17 +01:00
Hylke Bons and Hylke Bons
16b4a4db41
colors: Split colors into files
2024-03-14 09:55:17 +01:00
Hylke Bons and Hylke Bons
c617012ab1
colors: Reorder and add more comments
2024-03-14 09:55:17 +01:00
Sandeep Somavarapu and GitHub
070b773744
fix #207431 ( #207682 )
2024-03-14 09:52:12 +01:00
Sandeep Somavarapu and GitHub
49968b3fc5
fix #207397 ( #207681 )
2024-03-14 09:52:03 +01:00
Sandeep Somavarapu and GitHub
bba0b4823d
fix #207554 ( #207680 )
2024-03-14 09:51:42 +01:00
Benjamin Pasero and GitHub
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 Yurov and GitHub
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 Pasero and GitHub
510dd7994d
watcher - fix correlation to actually work ( #207629 )
2024-03-14 08:15:38 +01:00
Connor Peet and GitHub
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 Pasero and GitHub
b9bca8844b
cannot access 'session' before initialization ( fix #207640 ) ( #207667 )
2024-03-14 14:31:36 +09:00
Rob Lourens and GitHub
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 Leonhardt and GitHub
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 Lourens and GitHub
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 U and GitHub
ea595344fe
Show both entitlements if enabled ( #207653 )
2024-03-14 00:49:31 +01:00
Tyler James Leonhardt and GitHub
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 Chen and GitHub
315ae79d96
ts server crash open issue reporter ( #207526 )
...
minor open reporter changes
2024-03-13 15:58:33 -07:00
Megan Rogge and GitHub
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 Bierner and GitHub
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 Rogge and GitHub
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 Imms and GitHub
f33ade6c38
Merge pull request #207614 from microsoft/tyriar/207599
...
Hide widget when viewing in chat
2024-03-13 12:55:57 -07:00
Daniel Imms and GitHub
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 Somavarapu and GitHub
a72317c989
fix #207618 ( #207620 )
2024-03-13 19:46:18 +01:00
Matt Bierner and GitHub
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 Bierner and GitHub
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