Commit graph

118893 commits

Author SHA1 Message Date
Aiday Marlen Kyzy bf48061fc5
Merge pull request #205843 from microsoft/aiday/fixingInlineCompletionsWrongUi
Fixing incorrect showing of multi cursor inline completions
2024-02-21 11:30:21 +01:00
Aiday Marlen Kyzy f1e39630da
fixing bug 2024-02-21 11:13:04 +01:00
Benjamin Pasero 7582df6901
Dictated text goes off screen when using voice commands. (fix #205783) (#205838) 2024-02-21 11:12:45 +01:00
Johannes Rieken 2411a9c913
add inlineChat.accessibleDiffView setting (#205837)
fixes https://github.com/microsoft/vscode/issues/205714
2024-02-21 11:06:38 +01:00
Andy Hippo f7f9fb09a3
Fix memory leaks (#205589)
* Fix memory leaks

The activities in `treeView.ts` and `reportExplorer.ts` are not disposed when the parent object is disposed. Also fix the `contextKeyListener` disposable while we're here.
The activity in `webviewViewPane.ts` is never disposed, because the return value is ignored.
2024-02-21 10:36:04 +01:00
Ladislau Szomoru 8895f460c6
Git - better handle edge case when hard wrapping a line (#205831) 2024-02-21 10:26:15 +01:00
Johannes Rieken 9e92682062
some API todos for variable resolver (#205828) 2024-02-21 09:58:53 +01:00
Aiday Marlen Kyzy 1612c2d082
Merge pull request #205710 from microsoft/aiday/closeRefactorPreviewOnDone
Close multi diff refactor preview editor on discard and accept
2024-02-21 09:09:33 +01:00
Aiday Marlen Kyzy d41ee13c2f
Merge pull request #205706 from microsoft/aiday/addingOptionToSerialize
Adding `isTransient` boolean to the multi diff editor input
2024-02-21 09:07:47 +01:00
Peng Lyu ee69e2887f
Notebook chat editing enhancements. (#205799)
* Notebook chat editing enhancements.

* hide cell chat actions from f1.
2024-02-20 18:35:32 -08:00
Michael Lively a7002f6b66
Use NotebookOptions for statusbar instead of viewmodel options (#205791)
fix nb indentation actions + get nb options instead of textmodel options for statusbar
2024-02-20 17:18:34 -08:00
Benjamin Pasero a1e1ff6844
editors - drop generic options parameter in editor input resolve method (#205751) 2024-02-20 16:36:20 -08:00
Justin Chen 926bf1a1f2
code action ranges api doc improvements (#205771)
doc improvements
2024-02-20 15:44:06 -08:00
Rob Lourens 5e9e54773a
Don't rely on options from setInput (#205745)
Fix microsoft/vscode-copilot-release#914
2024-02-20 12:13:42 -08:00
Benjamin Pasero 025b4c9435
voice - allow dictation in SCM input and comments (#205738) 2024-02-20 20:31:13 +01:00
Sandeep Somavarapu 673a1aeca1
fix #205445 (#205720) 2024-02-20 18:35:54 +01:00
Benjamin Christopher Simmonds 3dc8040fe4
Fix notebook actionItem hovers (#205719)
fix notebook actionItem hovers
2024-02-20 18:17:27 +01:00
RedCMD 7560c3db8c
Improve extension README preview markdown codeblock language detection (#205329) 2024-02-20 17:06:40 +00:00
Ladislau Szomoru 94ad9a4199
Git - rename code action (#205712) 2024-02-20 17:45:25 +01:00
Ladislau Szomoru 5bc6776982
Gix - recompute diagnostics when settings change (#205711) 2024-02-20 17:41:42 +01:00
Aiday Marlen Kyzy 02359773c2
adding more explicit message 2024-02-20 17:32:48 +01:00
Aiday Marlen Kyzy 81e1ca04f8
cleaning the code 2024-02-20 17:31:44 +01:00
Benjamin Pasero 4aac6ba4d9
window - fix window state validation to actually apply properly and add more logging (#205677) 2024-02-20 17:27:47 +01:00
Benjamin Pasero 73ad7fb895
voice - align hold to speak with inline chat (#205655) 2024-02-20 17:26:51 +01:00
Aiday Marlen Kyzy 194a8dd18e
using the uri of the multi file editor instead of using the schema for individual files inside the multi diff editor 2024-02-20 17:23:51 +01:00
暴躁暴躁最暴躁/Bigforce 5c2f9eb177
Fix browser host open additional files in merge mode (#205663)
Co-authored-by: FANG.Ge <fang.g@bigforce.cn>
2024-02-20 16:55:44 +01:00
Aiday Marlen Kyzy 1f3bd32629
adding option to serialize 2024-02-20 16:55:40 +01:00
Alex Ross f34d48a3cd
Add telemetry for settings in release notes (#205673) 2024-02-20 16:10:30 +01:00
Ulugbek Abdullaev 035e55cf4b
Adjust width for rename suggestions (#205689)
rename suggestions: adjust width so longer candidates don't overflow
2024-02-20 16:09:56 +01:00
Benjamin Christopher Simmonds 2110f107db
Hover Delay Fix (#205665)
fix #205658
2024-02-20 13:53:54 +01:00
Benjamin Christopher Simmonds 864f4f41cb
fix #205648 (#205653) 2024-02-20 13:08:42 +01:00
Aiday Marlen Kyzy b9110d3ad1
Merge pull request #201451 from jcarrus/justin.increase-editor-stickyScroll-maxLineCount
Increase editor.stickyScroll.maxLineCount from 10 to 20
2024-02-20 09:24:26 +01:00
Aiday Marlen Kyzy c700d34e2d
Merge branch 'main' into justin.increase-editor-stickyScroll-maxLineCount 2024-02-20 09:09:58 +01:00
Rob Lourens 01ce8d869e
More chat participant API comments (#205617)
More docs
2024-02-19 17:02:24 -08:00
Raymond Zhao d32a86a73e
chore: run OSS tool (#205608) 2024-02-19 15:32:06 -08:00
Rob Lourens d686f5f765
Fix "Used reference" rendering (#205606) 2024-02-19 14:04:48 -08:00
Benjamin Christopher Simmonds b44593a612
Fixes #204923 (#205605)
fix #204923
2024-02-19 22:34:15 +01:00
Benjamin Christopher Simmonds 047cf8cc51
Remove hover from elements using context view (#205586)
fix #205526
2024-02-19 12:54:02 -08:00
Ladislau Szomoru 232e9a2bef
Git - comment out GitIncomingChangesFileDecorationProvider (#205583) 2024-02-19 21:25:13 +01:00
Justin Chen ea9f1dacfb
fix quote type in issue reporter (#205582)
changed quote type
2024-02-19 12:23:05 -08:00
Rob Lourens efc04b885e
New proposal for chat variable resolver (#205572)
* Tweak ChatFollowup

* Remove API TODOs

* New proposal for chat variable resolver

* Bump distro

* Enforce same-extension followup

* Add participant proposal to integration test folder

* Allow no participant for a followup
2024-02-19 20:52:19 +01:00
Benjamin Pasero 74724fbcb0
"Convert Indentation to {tabs,spaces}" only effects auxwindow (fix #205169) (#205577) 2024-02-19 20:32:35 +01:00
Ladislau Szomoru 9b0d74345c
Git - remove git.experimental.inputValidation setting (#205550)
* Git - remove git.experimental.inputValidation setting

* Fix compilation error

* Fix migration code
2024-02-19 10:45:24 -08:00
Ulugbek Abdullaev 248c585f02
Merge pull request #205558 from microsoft/ulugbekna/rename-widget-doesnt-appear
rename suggestions: bunch of fixes
2024-02-19 18:16:58 +01:00
Henning Dieterichs 2cec75a858 Fixes #202837 2024-02-19 17:58:14 +01:00
Alex Ross 6832054932
Add command that enables testing of release notes editor (#205556)
Also fix double setting name
2024-02-19 17:42:12 +01:00
Rob Lourens c5327e56ed
Show variables in help text (#205553) 2024-02-19 17:13:54 +01:00
Ulugbek Abdullaev 4145304fd0
rename suggestions: fix not showing preview when input box is empty but a rename suggestion is focused 2024-02-19 17:10:34 +01:00
Hylke Bons 84ba0e1249 Add github-project codicon to registry 2024-02-19 17:07:13 +01:00
Ulugbek Abdullaev 9f4d6cf8c5
rename suggestions: fix overflowing candidate names - update list widget width 2024-02-19 16:58:52 +01:00