Commit graph

118456 commits

Author SHA1 Message Date
Ladislau Szomoru c9215c87ba
Git - fix commit action button when detached/rebase (#204857) 2024-02-09 21:02:24 +01:00
Benjamin Pasero 2697c604f3
voice - improve phrase detection (#204855) 2024-02-09 20:34:21 +01:00
Connor Peet f192601cda
testing: fix single new child not appearing (#204850)
* testing: fix single new child not appearing

Fixes #204805

* add test case
2024-02-09 20:21:18 +01:00
Bhavya U a6f0b5cda3
Getting Started Accessibility fixes (#204848) 2024-02-09 19:46:38 +01:00
Andrea Mah a2f2e5e2c3
fix findFiles useIgnoreFiles (#204845) 2024-02-09 18:51:56 +01:00
Benjamin Pasero d06f94f18e
Async queue timeout (fix #204772) (#204842) 2024-02-09 18:06:07 +01:00
Benjamin Pasero e54b7bc9d7
Voice: support prompts, like @workSpace or /explain (#201220) (#204795) 2024-02-09 17:46:08 +01:00
Benjamin Pasero 7bde02eb59
. 2024-02-09 17:31:29 +01:00
Johannes Rieken 7a54628f38
Move old content API types out (#204839)
* api - move old content/progress API types out

https://github.com/microsoft/vscode/issues/199908

* update docs
2024-02-09 17:00:54 +01:00
Benjamin Pasero b59e74c076
. 2024-02-09 16:47:48 +01:00
Benjamin Christopher Simmonds 5b8fe0ed3e
Fix smoke test (#204836)
fix smoke test
2024-02-09 16:47:22 +01:00
Johannes Rieken 5c3082d584
remove N-1 compatibility trick (#204833) 2024-02-09 16:40:42 +01:00
Benjamin Pasero d1f8fbceee
. 2024-02-09 16:40:33 +01:00
Benjamin Pasero bac6edbb55
. 2024-02-09 16:37:25 +01:00
Benjamin Pasero c8d9a52cc6
. 2024-02-09 15:26:44 +01:00
Aiday Marlen Kyzy 80ef615f0b adding readonly 2024-02-09 15:09:08 +01:00
Henning Dieterichs c4455a4d5c Code cleanup 2024-02-09 15:09:08 +01:00
Benjamin Pasero de731a9459
. 2024-02-09 15:08:13 +01:00
Benjamin Pasero 2c40be183e
. 2024-02-09 14:56:31 +01:00
Rob Lourens 808582dad0
Bring back command buttons, remove command followups (#204548)
* Revert "Revert "Replace chat "command followups" with command button content (#204512)""

This reverts commit e822ae92ea.

* Also add ChatResponseCommandButtonPart class

* Fix

* dts comments
2024-02-09 05:32:27 -08:00
Ladislau Szomoru 20c0f83f1b
Git - experimental input validation using diagnostics (#204822)
* Initial implementation

* Add setting + code actions
2024-02-09 14:19:30 +01:00
Sandeep Somavarapu c7b85d9d7a
polish feature renderers (#204821) 2024-02-09 13:28:44 +01:00
Johannes Rieken fbb7175b4c
api - rename makeRequest to makeChatRequest, updated todos, jsodc (#204819) 2024-02-09 13:05:22 +01:00
Benjamin Pasero 54ffc0e8a3
. 2024-02-09 10:06:02 +01:00
Benjamin Pasero da4271a182
. 2024-02-09 09:44:35 +01:00
Benjamin Pasero 77c16ff1f3
. 2024-02-09 09:26:19 +01:00
Benjamin Pasero d1dc4e46ff
Voice: support prompts, like @workSpace or /explain (fix #201220) 2024-02-09 07:01:36 +01:00
Aaron Munger 8fa84589ee
show variable view only when applicable (#204789)
* only initialize view if there is a variable provider available

* use context key to show/hide the view
2024-02-08 18:57:55 -08:00
Rob Lourens 820bfcb525
Fix converting tree data (#204791) 2024-02-08 17:41:59 -08:00
Tyler James Leonhardt ba3f30b358
Display trusted auth extensions (#204785)
* Display trusted auth extensions

To do this, the product.json entry takes a new shape... specifying which extensions use which auth providers.

* fix bug

* fix tests
2024-02-09 01:29:02 +01:00
Matt Bierner 4217d852ae
Make chat code blocks non-simple (#204780)
This enables some features we don't want but we want to test it in insiders to see the impact
2024-02-08 15:11:30 -08:00
Andrea Mah 90cebfaeb2
Fix fuzzy searching for findFiles2 (#204768)
* progress on making fuzzy option
* finish connection to findfiles API
2024-02-08 13:17:58 -08:00
Logan Ramos bcf9b4ff0f
Skip extension smoketest (#204775) 2024-02-08 22:14:55 +01:00
Sandeep Somavarapu 73058072bf
track when LM request is made (#204773) 2024-02-08 22:10:06 +01:00
Benjamin Christopher Simmonds 94799a61c9
Editor tabs Align hover functionality (#204767)
align hover
2024-02-08 14:00:48 -07:00
Benjamin Christopher Simmonds 7dd84ca58f
Breadcrumb hover (#204765)
breadcrumbs hover
2024-02-08 14:00:08 -07:00
Sandeep Somavarapu 56f9e01216
Improvements to extensions features
* - show all runtime information in runtime status feature
- show runtime feature information in runtime extensions editor
- filter extensions by feature in view
2024-02-08 21:05:19 +01:00
Benjamin Christopher Simmonds fcaef74d2e
Fix smoke tests (#204764)
fix smoke tests
2024-02-08 20:43:28 +01:00
Logan Ramos 5303197950
Update type guard (#204763) 2024-02-08 20:37:39 +01:00
Daniel Imms c1021c9573
Merge pull request #204760 from microsoft/tyriar/codeblock_lang
Add zsh and fish as valid shell code block languages
2024-02-08 11:04:39 -08:00
Logan Ramos 2033eae5af
Allow publishing retry (#204758)
* Allow publishing retry

* Update build/azure-pipelines/common/publish.ts

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>

* Update build/azure-pipelines/common/publish.ts

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>

* Compile

---------

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2024-02-08 20:00:44 +01:00
Connor Peet f1f5d07d14
debug: restore default notification priority for progress (#204750)
Fixes #204334
2024-02-08 11:00:23 -08:00
Daniel Imms 4bc4f1adaf
Add zsh and fish as valid shell code block languages
This will make the run in terminal button move out of the overflow menu
2024-02-08 10:48:55 -08:00
Robo cfb7370855
fix: inheriting NODE_OPTIONS on macOS with integrated terminal (#204682) 2024-02-09 03:02:19 +09:00
Johannes Rieken 249a9514f2
add ownership file for vscode-dts (#204746) 2024-02-08 18:59:55 +01:00
Johannes Rieken 49001e5237
know for whom a LM request is made (#204744) 2024-02-08 18:43:24 +01:00
Logan Ramos 884acabd70
When receiving an unexpected status code also add information surrounding the headers and body (#204741)
* When receiving an unexpected status code also add information surrounding the headers and body

* Add compiled file
2024-02-08 18:28:40 +01:00
Benjamin Christopher Simmonds f618bf3bef
Custom hover for editor tabs (#204742) 2024-02-08 09:16:28 -08:00
Johannes Rieken 31a7befa31
api - some notes on chat agent request, history, and potential for notify (#204740)
* api - language model access

- rename LanguageModelRequest -> LanguageModelResponse
- remove cancel-method
- remove event of streams which isn't needed at first

* api - some notes on chat agent request, history, and potential for notify
2024-02-08 09:12:46 -08:00
Aiday Marlen Kyzy 44653961b2
Adding preview of multi-cursor inline completions (#204146)
* Adding preview of multi-cursor inline completions

---------

Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com>
2024-02-08 09:12:06 -08:00