Commit graph

122064 commits

Author SHA1 Message Date
Sandeep Somavarapu c061693b56
fix #196351 (#213796) 2024-05-29 13:04:31 +02:00
Benjamin Christopher Simmonds 4ba524cde1
Fix multi selected tab close behavior (#213794)
fix #213620
2024-05-29 12:55:10 +02:00
Ladislau Szomoru 24dd222ff2
SCM - all calls from extHostSCM to mainThreadSCM should use a sequencer to ensure that the source control object is created (#213792) 2024-05-29 12:41:12 +02:00
Johannes Rieken 60c04ea9aa
fix https://github.com/microsoft/vscode/issues/213614 (#213791) 2024-05-29 12:27:43 +02:00
Johannes Rieken 2d2e08045c
fixes  https://github.com/microsoft/vscode/issues/213644 (#213789) 2024-05-29 11:28:32 +02:00
Johannes Rieken 98909e2483
fixes https://github.com/microsoft/vscode-copilot/issues/5908 (#213788) 2024-05-29 11:12:18 +02:00
Johannes Rieken 128c4997ec
fix https://github.com/microsoft/vscode-copilot/issues/5814 (#213787) 2024-05-29 11:05:12 +02:00
Johannes Rieken 4594a1b8f2
unwrap LanguageModelError when invoking chat participant (#213784)
re https://github.com/microsoft/vscode/issues/213710
2024-05-29 10:51:04 +02:00
Daniel Imms 2ee265be47
Merge pull request #213783 from microsoft/tyriar/213647
Align terminal initial hint styles with the editor
2024-05-29 01:47:36 -07:00
Daniel Imms 38b740a681
Use pointer cursor for whole terminal initial hint
Fixes microsoft/vscode-copilot#5963
2024-05-29 01:34:09 -07:00
Daniel Imms f505dce74e
Align colors of terminal hint with editor 2024-05-29 01:29:51 -07:00
Daniel Imms 81fef7b07d
Make rest of terminal initial hint italic
Part of #213647
2024-05-29 01:27:27 -07:00
Sandeep Somavarapu 7f201d474f
fix #212208 (#213779) 2024-05-29 10:17:10 +02:00
Daniel Imms d4b07e1cb2
Merge pull request #211993 from microsoft/tyriar/pwsh5
Disable sending via CompletionCompleters for pwsh5
2024-05-29 01:06:40 -07:00
Daniel Imms fe470c8646
Merge branch 'main' into tyriar/pwsh5 2024-05-29 00:50:18 -07:00
Benjamin Pasero 0cb971b634
aux window - support Firefox (#213769)
* aux window - support Firefox

* add more

* only use workaround for FF

* enable issue repoter again

* .
2024-05-29 00:46:24 -07:00
Benjamin Pasero 8ed0323f15
Ctrl + I does not work when chat input field has focus (fix #213637) (#213776)
* `Ctrl + I` does not work when chat input field has focus (fix #213637)

* simplify
2024-05-29 09:46:08 +02:00
Benjamin Pasero 4445673ea0
editors - clarify window.restoreWindows setting further (#213771) 2024-05-29 00:44:50 -07:00
Shoham Ben Shitrit 92cc429b6a
remove global enablement message (#213128) 2024-05-29 08:32:24 +02:00
Justin Chen fc8762e773
defaults web issue report false and disable in Firefox (#213752)
* turn off in release and in ff

* update
2024-05-28 21:55:02 -07:00
Justin Chen bc9e1b884b
web issue reporter styles (#213751)
remove mac from tag
2024-05-28 21:54:49 -07:00
Joyce Er 3a06e050e9
fix: set aria label for chat context attachments (#213747) 2024-05-28 17:59:31 -07:00
Megan Rogge 3e4580a19b
fix accessible view kb quickpick not showing (#213745) 2024-05-28 17:19:10 -07:00
Joyce Er e82ceeba15
fix: render ranges for attached selections in chat (#213741) 2024-05-29 01:06:49 +02:00
Connor Peet 65c69f951a
debug: bump js-debug for 1.90 (#213735) 2024-05-28 15:58:35 -07:00
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