Commit Graph

121929 Commits

Author SHA1 Message Date
Alex Ross 02cb6f1c5b Add more info to comment range error (#213578)
Part of #213243
2024-05-28 10:05:18 +02:00
Aiday Marlen Kyzy 7f55a08120 Adding accessibility help for verbose hover (#212783)
* adding code in order to provide accessibility help for the hover

* adding the description of the possible commands that can be used

* reusing the method

* joining the content and changing the text in the help view

* polishing the code

* removing the question mark

* changing the import

* removing the setting ID from imports

* adding code in order to update when the hover updates

* adding methods to service

* adding code in order to dispose the accessible hover view

* fixing bug

* polishing the code

* checking that action not supported for the early return

* using disposable store instead

* using the appropriate string

* polishing the code

* using instead the type help and the resolved keybindings

* hiding also on the `onDidBlurEditorWidget` firing

* Revert "using instead the type help and the resolved keybindings"

This reverts commit 1f450dd535.

* use hover accessible view, provide custom help

* Revert "Revert "using instead the type help and the resolved keybindings""

This reverts commit 12f0cf6143.

* add HoverAccessibilityHelp, BaseHoverAccessibleViewProvider

* polishing the code

* polishing the code

* provide content at a specific index from the hover accessibility help provider

* introducing method _initializeOptions

* using readonly where possible

* using public everywhere

* using a getter for the actions

---------

Co-authored-by: meganrogge <megan.rogge@microsoft.com>
2024-05-28 09:44:23 +02:00
Michael Lively 49eedd7d51 Add Search in Cell Selection to Notebook Find Widget (#213409)
* all search scope functionality except cell decorations

* fix filter icon showing fake useage

* decorations + css tweaking + PR feedback
2024-05-27 22:25:23 -07:00
Don Jayamanne 50f2b2eca8 Support diff merge editor for Notebooks (#213602) 2024-05-28 03:19:56 +02:00
Pouya Kary ✨ 841a9162f6 Feat: Bolder Typeface + Configurable Letter Spacing for Minimap's Section Header Labels (#209990)
* Rendering Section Header Labels with space in
between the characters for better readability.

* Making Section Headers Bold

* Added settings for the Section Header Letter
Spacing of the Minimap

* a more performant and non-breaking way to render characters

* fixed the git problems

* add test default value

* Allow fine-tuning the letter spacing, minor tweaks

---------

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-05-27 19:42:34 +00:00
Henning Dieterichs e9a1af2326 Fixes diff editor height in monaco editor playground example. (#213585) 2024-05-27 10:14:54 -07:00
Sandeep Somavarapu 4e111f4ad1 fix #212674 (#213583) 2024-05-27 10:13:59 -07:00
Hanning Gong (Charles) dccb86cc94 Fix an issue where defaultLinesDiffComputer does not pass in the timeout variable (#213035)
Update defaultLinesDiffComputer.ts
2024-05-27 16:59:18 +00:00
Henning Dieterichs 957f18b5a4 Fixes #212771 (#213584) 2024-05-27 18:58:23 +02:00
Benjamin Pasero ce1941adf0 editors - add test for transient group model changes (#213581) 2024-05-27 18:05:29 +02:00
Benjamin Christopher Simmonds 9031ecddff Update license and third party notices (#213580) 2024-05-27 17:58:05 +02:00
Simon Siefke f7cead6b72 Add editor.findMatchForeground (#213497)
* feature: make find decoration foreground color configurable
2024-05-27 15:48:07 +00:00
Sandeep Somavarapu 8b3f19eacd fix #213576 (#213577) 2024-05-27 17:38:08 +02:00
Henning Dieterichs ccb4db151d Fixes #213573 (#213574) 2024-05-27 17:28:51 +02:00
Sandeep Somavarapu 014beb7eb8 report new window profile switch (#213566) 2024-05-27 16:47:09 +02:00
Johannes Rieken 1e2258ae37 fix https://github.com/microsoft/vscode/issues/213563 (#213564) 2024-05-27 16:32:44 +02:00
Benjamin Christopher Simmonds 78efad3496 Add license URIs for toml_edit and toml_datetime (#213562)
Add licene uri fr toml_edit and toml_datetime
2024-05-27 16:12:06 +02:00
Aiday Marlen Kyzy b085f37f6b Ignore indentation rules when interacting with a string (#210761)
* ignore indenation when interacting with a string

* changes from discussion

* remove the export keyword

* adding changes to the PR

* removing the console log

* adding one more comment

* extracting the method which forces the tokenization
2024-05-27 15:40:49 +02:00
Johannes Rieken 356d2accb1 debt - fix a few leaking listeners (#213560) 2024-05-27 15:37:55 +02:00
João Moreno fb44862cdf use refs/tags/release for 1espt (#213558) 2024-05-27 15:19:12 +02:00
Henning Dieterichs e9a5733f32 Fixes #209417 (#213549) 2024-05-27 15:18:08 +02:00
Alexandru Dima c70ad34882 Adopt ensureNoDisposablesAreLeakedInTestSuite (#213557)
Adopt ensureNoDisposablesAreLeakedInTestSuite (#200091)
2024-05-27 15:16:03 +02:00
Ladislau Szomoru a37e0f694c SCM - reveal resource in the source control tree (#213556) 2024-05-27 15:14:44 +02:00
Henning Dieterichs e010b36372 Fixes #209627 (#213554) 2024-05-27 15:02:07 +02:00
Henning Dieterichs 07fd543c5a Fixes diff editor height issue. (#213547)
Before: Always 100% of parent container.
After: Uses passed in dimensions.
2024-05-27 14:21:49 +02:00
Henning Dieterichs 9f853c5bda Don't show the gutter menu in the chat diff editor. (#213546) 2024-05-27 14:16:32 +02:00
Benjamin Christopher Simmonds 73497ea692 Fix copyright statement (#213543) 2024-05-27 14:05:14 +02:00
Alex Ross c8f684fd3b Fix comments memory leak (#213542)
Fixes #213535
2024-05-27 13:52:40 +02:00
Benjamin Pasero 2f0b7c280e watcher - more dispose and remove E15 workaround (#213540) 2024-05-27 13:49:49 +02:00
Martin Aeschlimann 4ed3738da5 Color theme preview not working with "window.systemColorTheme": "auto" (#213539) 2024-05-27 13:36:56 +02:00
Benjamin Pasero b4a2c27b61 watcher - add the utility process worker to disposables (#213538) 2024-05-27 13:18:20 +02:00
Benjamin Christopher Simmonds 0d64037060 Add license for deviceid (#213536) 2024-05-27 12:13:10 +02:00
Sandeep Somavarapu 09e9d305a2 report new windo profile setting (#213531) 2024-05-27 11:26:21 +02:00
Aiday Marlen Kyzy d309e11579 Remove brackets from comments, strings and regexes before evaluating the indentation (#210641)
* wip

* polishing the code

* adding code

* adding the language

* reshuffling the code to avoid cyclic dependency

* polihsing code

* uncommenting tests

* also adopting the indentation rules within the reindentation operation

* using instead the sliced line tokens instead of the scoped line tokens

* polishing the code

* using start indices instead

* using value everywhere

* using the token data to type the tokens

* setting to number instead of standard token type

* using token data from autoindenttest.ts

* using same code in both test files

* placing instantiation service into the registerLanguage method

* copying object into the node js autoindent.ts
2024-05-27 11:18:00 +02:00
Johannes Rieken e3b7a27662 fix https://github.com/microsoft/vscode/issues/181407 (#213530) 2024-05-27 11:16:22 +02:00
Johannes Rieken f80875f681 fix https://github.com/microsoft/vscode/issues/213526 (#213527) 2024-05-27 09:51:09 +02:00
Rob Lourens fd11ed87fd Add "Open in Editor" button for chat history (#213518)
Fix #213517
2024-05-27 05:07:13 +02:00
Ladislau Szomoru bbb3b1c06b Working sets - add preserveFocus (#213397)
* Working sets - preserve focus when applying the working set was initiated by an action that was taken in the panel part (ex: switching branches from the terminal)

* Pull request feedback

* renames and cleanup

* renames and cleanup

* renames and cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-05-26 15:19:25 +02:00
Robo 56db61ec8a chore: update remote node.js (#213439)
* chore: update remote node.js to v20.11.1

* chore: remove io_uring workaround

* chore: update checksums

* temp: update distro

* ci: rebuild cache

* chore: bump distro
2024-05-26 07:12:14 +02:00
Rob Lourens 6749a5a0bb Don't show chat agent hover on empty space in header (#213486)
Fix microsoft/vscode-copilot#5271
2024-05-26 09:00:37 +09:00
Rob Lourens f5056736f9 Sort @workspace /explain above @terminal /explain (#213482)
Fix microsoft/vscode-copilot-release#1245

This is a bit of a hack but has some advantanges over adding an 'order' field to the chat participant or something like that. We can keep the order the same in other cases except for when the user is typing to filter the / list, then @terminal slash commands will be pushed down.
2024-05-26 09:00:10 +09:00
Rob Lourens cb2759ec70 Fix "new chat" before focusing chat panel (#213478)
Fix #213353
2024-05-26 08:59:00 +09:00
Ladislau Szomoru 91b99e1445 Debt - dispose child instantiation service (#213471) 2024-05-25 18:25:24 +02:00
Benjamin Christopher Simmonds d8c3723818 Add focus indication for compact menu (#213463)
indicate when compact menu is focused
2024-05-25 17:58:08 +02:00
Benjamin Christopher Simmonds 28b07b843a Fix menu computation when compact on right side (#213459)
fix menu computation when compact on right side
2024-05-25 14:23:54 +02:00
Benjamin Pasero 2188b46e88 ts - enable use code watcher by default (#213450) 2024-05-25 12:48:33 +02:00
Joyce Er 3e8b60f276 feat: easier keyboard flow for removing chat attachments (#213436) 2024-05-24 17:36:06 -07:00
Joyce Er 7fe48ce74b feat: add top level Symbol... to Attach Context picker (#213435)
* feat: enable attaching symbols to chat via `#`

* feat: add `Symbol...` to Attach Context picker
2024-05-24 17:34:59 -07:00
Rob Lourens 937aa312c9 Change proposal for chat participant "when" clause (#213427)
* Change proposal for chat participant "when" clause

* This
2024-05-24 23:41:08 +02:00
Rob Lourens 4f03e9261f Add "when" clause to chat participants (#213425)
* Add "when" clause to chat participants
Fix #212447

* Change _agents to a Map and write some tests

* Fix import
2024-05-24 14:03:24 -07:00