Commit graph

121938 commits

Author SHA1 Message Date
Rob Lourens 7abff3e641
Fix vscode-api-tests in stable (#213733) 2024-05-28 15:29:20 -07:00
Matt Bierner d0d79c231f
Fix js/ts cross code block intellisense (#213726)
We need to register support for the backing copilot scheme too, not just the panel scheme in core
2024-05-28 13:43:20 -07:00
David Dossett 7f40fe4242
Fix textPreformatForeground for HC themes (#213698) 2024-05-28 13:04:52 -07:00
David Dossett 0051e791f3
Fix hover padding regression (#213700) 2024-05-28 13:04:40 -07:00
Logan Ramos 05634b5fcd
Missing server node module (#213712) 2024-05-28 20:50:32 +02:00
Megan Rogge c5b77f334f
fix windows terminal hint not showing up (#213695)
fix #213693
2024-05-28 10:45:48 -07:00
Aiday Marlen Kyzy f47d99ec5a
fixes regression: adding a isCheapToTokenize check before tokenizing the line (#213674)
adding a check on how it is cheap to tokenize the lines
2024-05-28 16:53:01 +02:00
Simon Siefke 38b63e5592
fix: dispose template data disposables in source column renderer (#202618) 2024-05-28 15:34:53 +02:00
dependabot[bot] c6e45e96a6
Bump postcss from 7.0.39 to 8.4.38 (#209857)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.39 to 8.4.38.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.4.38)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 10:31:17 +02:00
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