Commit graph

122578 commits

Author SHA1 Message Date
Bhavya U 445a0cfca3
Run steps for valid issues only (#217596) 2024-06-24 14:49:42 -07:00
Peng Lyu a5fea0cab6
Merge pull request #214589 from rehmsen/notebook_comment_lifecycle
Fix leaking comment thread when CellComment is reused.
2024-06-24 14:45:23 -07:00
its-meny 36dc1957f1
fix: Quotes with headings on markdown not rendering properly (#205227) 2024-06-24 23:32:45 +02:00
Benjamin Christopher Simmonds aef28862c4
Allow multiple extensions to provide default values for object settings (#217179)
* Allow multiple extensions to provide default values for object settings

* Fix merge conflict

* type check

* fix tests
2024-06-24 23:19:37 +02:00
Michael Lively 53e6a2324a
Update endgame ghinb -> June Milestone (#217475)
update endgame ghinb
2024-06-24 22:19:27 +02:00
Justin Chen 8d0ba61f01
removes remnants of lightbulb telemetry (#217410)
remove telemetry
2024-06-24 21:24:44 +02:00
Rob Lourens b66a2b091e
Bump distro (#217382) 2024-06-24 20:53:17 +02:00
Martin Aeschlimann 45be8b8f75
[css/json/html] update services (#217364) 2024-06-24 11:47:01 -07:00
Martin Aeschlimann 06bf1d5fcf
rename 'insert at cursor' to 'apply in editor' (#217376) 2024-06-24 20:43:08 +02:00
Raymond Zhao 2a106ad4b5
fix: some settings still localize link markdown (#217375) 2024-06-24 20:40:51 +02:00
Bhavya U 4a59a68f3a
Revert "Remove check for validity" (#217334)
Revert "Remove check for validity (#216675)"

This reverts commit a3017010e9.
2024-06-24 20:11:05 +02:00
Matt Bierner b8f8a1b4b2
Cap number of code blocks models we keep around (#216753) 2024-06-24 11:10:37 -07:00
mohankumarelec e3e15e15e8
Add http.noProxy setting (fixes #211956) 2024-06-24 18:05:55 +00:00
Connor Peet 7b12ac0609
debug: fix shadowed variables duplicating inlay values (#217330)
I noticed when working on another thing that if a variable appears in
multiple scopes with different values debug would duplicate the inline
value. This was because we created the decorations for each scope and
then deduplicated them by content.

Now we keep a map of all inline values we want to apply and add
variables to it from narrowest to widest scope, skipping any duplicates.
2024-06-24 20:05:36 +02:00
Christof Marti 298c72219b Module not shared on Windows? 2024-06-24 19:37:11 +02:00
Christof Marti 3cdb165262 Update to @vscode/proxy-agent 0.21.0 2024-06-24 19:37:11 +02:00
Peng Lyu 1b883b238e
Fix #209158. Add Copy Output and Open Output in Text Editor to Scrollable text output context menu. (#216920)
* Fix #209158. Add Copy Output and Open Output in Text Editor to Scrollable text output context menu.

* Context menu should be triggered on container

* fix naming
2024-06-24 10:31:17 -07:00
David Dossett 36a5701192
Merge pull request #217292 from microsoft/ddossett/enchanting-blackbird
Minor inline text button polish
2024-06-24 10:26:15 -07:00
David Dossett 10961c6eec
Minor inline text button polish 2024-06-24 10:09:25 -07:00
Sandeep Somavarapu 93a7382ecd
report file operation result code (#217211) 2024-06-24 17:13:10 +02:00
Johannes Rieken b94320d5a1
add API proposal tracking link (#217201) 2024-06-24 16:31:33 +02:00
Benjamin Christopher Simmonds 64e01374b3
Add event handling for Home and End keys in FilterWidget (#217200)
chore: Add event handling for Home and End keys in FilterWidget
2024-06-24 16:18:37 +02:00
Alex Ross 65e5508310
Revert change to not listen on tree menus (#217170)
Revert "Do not listen on tree menus (#216446)"

This reverts commit ce7105088c.
2024-06-24 16:11:05 +02:00
Sandeep Somavarapu c1bf420dba
fix #213840 (#217189) 2024-06-24 15:48:49 +02:00
Aiday Marlen Kyzy d38b24bf7a
Developing the accessible hover view/help (#216710)
* adding code so thatcontent is shown appropriately

* adding changes

* adding changes

* removing the fetching of the markdown hover content

* adding changes

* adding status bar into the rendered hover parts

* polishing the code

* adding code

* polishing code

* fixing the text for accessible help

* combining the text

* modifying the chat input editor hover

* adding polish

* adding localization

* merging main

* polishing after merging

* returning the elemenet and the specific hover part

* polishing the code

* adding polish

* polishing

* merging main

* wip

* cleaning up the code, introducing new disposable types

* polishing the code

* adding code

* Adding polish code

* polishing the code

* polishing code

* adding code

* polsih code

* polishing the method getAccessibleContent

* removing the sticky controller hover

* disposing onClose
2024-06-24 15:27:01 +02:00
Sandeep Somavarapu cd5f306825
fixes: install pre-release action & disablement (#217157) 2024-06-24 15:19:09 +02:00
Sandeep Somavarapu 74a5de9113
fix #216574 (#217023) 2024-06-24 13:18:58 +02:00
Johannes Rieken 53c0b5ac53
Joh/mental-koi (#217004)
* hightlight first button only when inline chat has a prompt

* rename "Cancel Request" to "Stop Request"

* mark `inlineChat.experimental.textButtons` as experimental

* show all "input" command when not using text btns

* When cancelling, undo untill before the request
2024-06-24 13:06:53 +02:00
Alex Ross 6d903b443c
Respect command enablement in tree view message buttons (#216995) 2024-06-24 12:59:30 +02:00
Ladislau Szomoru e2c6c2b9e8
SCM - avoid opening multiple multi-file diff editors for the same history item (#216979) 2024-06-24 12:21:00 +02:00
Michael Lively 9d41b1cefc
Support Textual Selections in notebook find widget (#216840)
* support textual selections in notebook find widget

* add textual selection decorations

* union type

* fix passed ranges, clear find scope text range decs

* organize imports pass

* remove auto find explorations
2024-06-24 02:30:46 -07:00
Cody Beyer b01aaeda15
adding missing azure ai py packages to tagging (#216861) 2024-06-24 10:01:58 +02:00
Johannes Rieken feae5bf5d6
make sure errors are recreated when making LM requests (#216807)
* add integration tests for LanguageModelChat#sendRequest

* make sure errors are recreated when making LM requests

* disable test with a note for later

* fix remote integration tests
2024-06-24 09:50:48 +02:00
Jake Bailey 34107733c7
Fix tsc -p ./src, remove no-default-lib (#216760) 2024-06-24 06:45:19 +00:00
Martin Aeschlimann 524d1ecedd
use progressService for code mapper (#216910) 2024-06-23 17:00:13 +02:00
Rob Lourens 111a6f7238
Rework ChatListRenderer (#216897)
* ChatListRenderer changes

* Streaming fixes

* Handle stored codeblocks from multiple renderMarkdown calls

* Fixes to disposables and progress messages

* Add element to render context

* Add a content part for references

* Add content part for task

* Fix fillInIncompleteTokens

* Delete usedReferences setting

* Make references rendered the same as other chat parts

* Comments

* Clean up
2024-06-23 08:07:10 +02:00
Martin Aeschlimann b6924a1d2e
use first mappedEditsProviders that returns a result (#216885) 2024-06-22 17:28:42 +02:00
Simon Siefke e47ec0a879
fix settings editor memory leak (#216763)
* try to fix settings editor memory leak

* clean up code

* remove unused clear
2024-06-21 23:52:04 +00:00
Rob Lourens 125f3581c3
Unleash the chat API (#216850)
* Unleash the chat API

* Fix

* Fix
2024-06-21 16:16:04 -07:00
Rob Lourens 0a03218581
Fix two chat history bugs (#216848)
* Fix "show chats" before chat view is loaded
Fix microsoft/vscode-copilot-release#1079

* Fix microsoft/vscode-copilot-release#1327
2024-06-21 13:47:18 -07:00
Michael Lively 7cee4289e8
Larger default nb find widget size + in selection label verbage (#216847)
Larger default nb find widget size + selection label verbage
2024-06-21 22:35:43 +02:00
Michael Lively 05e6e67fd7
Update missing area label query for my-work.ghinb (#216846)
update missing area label query
2024-06-21 13:04:27 -07:00
David Dossett a3a8dd5b01
a11y: Add opt-in setting to underline links within p elements (#216842) 2024-06-21 12:55:43 -07:00
Sandeep Somavarapu 7fca5bc172
feedback: improve message and styling (#216835) 2024-06-21 19:49:32 +02:00
Sandeep Somavarapu ce744ffb77
adopt to restart extensions (#216832) 2024-06-21 10:36:17 -07:00
Sandeep Somavarapu 795e206268
do not allow creating multiple new profiles (#216833) 2024-06-21 10:32:44 -07:00
Daniel Imms 4c7ac7b078
Merge pull request #216831 from microsoft/tyriar/216810_2
Correct terminal row calculation
2024-06-21 10:01:57 -07:00
Daniel Imms c75b992eb1
Merge pull request #216829 from microsoft/tyriar/216810_1
Resize terminal horizontal and vertical separately
2024-06-21 09:50:19 -07:00
Matt Bierner 5256e0a9bf
Pick up TS 5.5 stable release (#216827) 2024-06-21 18:49:32 +02:00
Sandeep Somavarapu f44e0dad3b
fix #215410 (#216828) 2024-06-21 18:45:33 +02:00