John Murray and GitHub
a8b1f1c618
Merge branch 'main' into do-162262
2024-02-28 12:02:36 +00:00
Hylke Bons and Hylke Bons
4a2905319b
codicons: Split list into Library and Derived
2024-02-28 13:01:24 +01:00
Johannes Rieken and GitHub
763df0e037
add ExtensionContent#languageModelAccessInformation ( #206420 )
...
* makes ExtHostAuth and ExtHostLM injectable
* (hack) makes silents auth requests for all extension upon LM registration
https://github.com/microsoft/vscode/issues/206265
2024-02-28 11:55:19 +01:00
Alex Ross and GitHub
729612b22c
Enable pre-fetching of comments ( #206421 )
...
* Revert (most of) "Commenting range resource change proposal (#206346 )"
This reverts commit 03bd0bb8d1 .
* Enable pre-fetching of comments
Part of #185551
2024-02-28 11:52:22 +01:00
Sandeep Somavarapu and GitHub
7a8f219122
retain telemetry ( #206417 )
2024-02-28 11:10:57 +01:00
Sandeep Somavarapu and GitHub
e25f421789
fix #82524 ( #206415 )
2024-02-28 10:44:26 +01:00
Benjamin Christopher Simmonds and GitHub
6504145957
Fix for native and custom hover over view titles ( #206408 )
...
fix #206367
2024-02-28 09:27:56 +01:00
Benjamin Pasero and GitHub
d4a6faf8e0
Strange close icon in Switch window ( fix #206391 ) ( #206404 )
2024-02-28 08:29:04 +01:00
Peng Lyu and GitHub
6b1906a0ec
Enable AUX window for Interactive Window ( #206398 )
2024-02-28 06:11:54 +01:00
Connor Peet and GitHub
7c5742f4b9
testing: fix TreeError [Test Explorer List] Tree element not found: [object Object] ( #206389 )
...
also an issue where we weren't clearing the render list which caused extra work to happen
Fixes #202005
2024-02-27 15:53:28 -08:00
meganrogge
e4a37b21c7
Merge branch 'main' into merogge/chatWidget3
2024-02-27 15:22:28 -08:00
meganrogge
57ebec79c2
fix width issues
2024-02-27 15:19:27 -08:00
meganrogge
179eeb65ce
move all accessibility chat service code into controller
2024-02-27 15:04:43 -08:00
meganrogge
d528f1cd4a
render first code block ASAP, fix issue with accessibility service
2024-02-27 14:54:24 -08:00
Sandeep Somavarapu and GitHub
2a57d4139f
fix #204615 ( #206381 )
...
* fix #204615
* Fix extension installation condition
2024-02-27 14:37:27 -08:00
Connor Peet and GitHub
6b6da7928d
debug: pass environment via terminal API instead of command ( #206376 )
...
Fixes #198550
2024-02-27 13:42:24 -08:00
Raymond Zhao and GitHub
c8c243a3d8
chore: add Windows as package platform ( #206369 )
2024-02-27 12:56:12 -08:00
Justin Chen and GitHub
490b0caf30
update variables via test-documentation script ( #206379 )
...
update variables via script
2024-02-27 21:33:37 +01:00
rebornix
6b5c342fe2
Make codeWindow private to Webview element
2024-02-27 12:21:00 -08:00
Michael Lively and GitHub
8b8b573dcc
Check for invalid Range parameters when trimming nb newlines ( #206375 )
...
Fix #201191
2024-02-27 21:06:07 +01:00
rebornix
a58c40312d
Separate public and private use of code window
2024-02-27 11:58:08 -08:00
rebornix
521a4b4244
Resolve comments.
2024-02-27 11:52:37 -08:00
Benjamin Pasero and GitHub
46bdbb4721
dictation - layout widget when cursor position changes ( #206371 )
2024-02-27 20:45:55 +01:00
Benjamin Pasero and GitHub
887c9d0f3e
Explorer: view title is different for 1 view vs. N views ( fix #206368 ) ( #206370 )
2024-02-27 20:35:22 +01:00
Benjamin Pasero and GitHub
e9f90c2abc
Python error terminal output ⌘ + Click links erroneously treats filename as if it ends in a single quote ' ( fix #206001 ) ( #206366 )
2024-02-27 20:18:19 +01:00
meganrogge
37b275146a
fix context keys for terminal chat start/close
2024-02-27 10:19:17 -08:00
rebornix
70e4a84421
Move off in Webview
2024-02-27 10:16:24 -08:00
meganrogge
7d546baaea
align start command name with inline chat, get it to show up in command pallette
2024-02-27 10:08:15 -08:00
Benjamin Christopher Simmonds and GitHub
1d3ff8e891
Refactor and Improve Hover Functionality ( #206357 )
...
* minor hover improvements?
* 💄
2024-02-27 18:53:46 +01:00
Johannes Rieken and GitHub
8fd15a8634
add LanguageModelError-type ( #206361 )
...
https://github.com/microsoft/vscode/issues/206265
2024-02-27 18:50:12 +01:00
Johannes Rieken and GitHub
4f0e2a843f
refine language model ( #206358 )
...
* api - use `LanguageModelChat` prefix for messages and response, add todos
* update todos, tweak how `chatRequest` errors, remove `LanguageModelChatResponse#result`
* api - refine language model access
removes `requestLanguageModelAccess`,
removes `LanguageModelChatResponse#result`,
adds `LanguageModelChatRequestOptions`,
refines how errors happen when making a chat request
* use `throw` over Promise.reject
* don't error from `_getAuthAccess`, polish error messages
* rename to `sendChatRequest`
2024-02-27 18:14:05 +01:00
Matt Bierner and GitHub
ef300d9945
Fix extra background in markdown code blocks ( #206304 )
...
Fixes #205129
2024-02-27 09:04:54 -08:00
Benjamin Christopher Simmonds and GitHub
1025d0dafb
Render hovers over context views ( #206353 )
...
render hovers over context views
2024-02-27 09:33:49 -07:00
Andrea Mah and GitHub
8950c52e08
progress on AI TextSearchProvider ( #205319 )
...
These are the initial steps to having an API to contribute AI text results.
2024-02-27 08:10:08 -08:00
Benjamin Christopher Simmonds and GitHub
3b8fe3ec81
Add custom hover to highlight labels and links ( #206351 )
...
Add custom hover to highlight labels and Links
2024-02-27 16:55:13 +01:00
Daniel Imms and GitHub
915a08f1f3
Merge pull request #205015 from cchanche/204458
...
Resize terminal direction
2024-02-27 07:47:08 -08:00
Daniel Imms and GitHub
673d0a0d32
Merge branch 'main' into 204458
2024-02-27 07:32:12 -08:00
Alex Ross and GitHub
03bd0bb8d1
Commenting range resource change proposal ( #206346 )
...
Part of #185551
2024-02-27 15:16:20 +01:00
Rob Lourens and GitHub
0c3664116e
Warm up slash command cache- port candidate to main ( #206302 )
...
Warm up slash command cache (#206290 )
Fix #206050
2024-02-27 05:36:47 -08:00
Benjamin Pasero and GitHub
cf03d0e639
Error: Uncaught exception in sharedProcess ( fix #206035 ) ( #206339 )
2024-02-27 14:17:19 +01:00
Isidor Nikolic and GitHub
d316cbfaeb
Merge pull request #206337 from microsoft/isidorn/digital-chimpanzee
...
add 'AI' as extension category
2024-02-27 12:48:14 +01:00
isidor
8f44284342
add 'AI' as extension category
2024-02-27 12:28:09 +01:00
Alex Ross and GitHub
e378f55a1f
Add error logging for PortAttributesProvider ( #206332 )
2024-02-27 12:15:34 +01:00
Alex Ross and GitHub
4d72bfe088
Remove unused code-feature in release notes ( #206331 )
2024-02-27 12:15:12 +01:00
Alex Ross and GitHub
e9a8b6add5
Update grammars ( #206330 )
2024-02-27 12:14:40 +01:00
Sandeep Somavarapu and GitHub
82bba2e78b
fix #206249 ( #206328 )
2024-02-27 11:06:22 +01:00
Sandeep Somavarapu and GitHub
c036c4dadf
Support local install for more error cases ( #206323 )
2024-02-27 09:56:36 +01:00
Benjamin Pasero and GitHub
3a1f27a6e6
Speech: allow auto setting for language to derive from display language ( fix #206321 ) ( #206322 )
2024-02-27 09:40:43 +01:00
Clément Chanchevrier
f79ac8713f
fix: account for sidebar position when resizing terminal
2024-02-27 09:34:31 +01:00
Benjamin Pasero and GitHub
24d41e4a2d
editor - more transient fixes ( #206320 )
...
* editors - clear preview flag when tranient move leaves and preview is disabled
* history - log transient state
* editors - update accordingly
2024-02-27 08:44:50 +01:00