meganrogge
aa5626dc23
fix issue with cancel
2024-02-15 13:57:34 -06:00
Daniel Imms
b269a4b6a5
Improve handling of wrapping in response editor
2024-02-15 11:44:46 -08:00
d30f7018d2
Add Python Shell Type and .python_history ( #204680 )
...
* Add Python Shell type and history
* remove one comment
* remove unncessary
* Why can't I manually override setShellType
* Detect python shell type on Windows
* fire shellType in _sendProcessTitle
* Detect python shell type on Windows
* delete comment
* remove more comments
* remove comment
* remove dup
* clean up
* more comprehensive regex for windows python
* follow previous style for map key name
* remove unused variable
* remove comment
* last cleanup
* More cleanup
* more clean up
* re-arrange
* remove unused
---------
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2024-02-15 11:39:05 -08:00
Daniel Imms
06afd59373
Await model (fixes lang mode)
2024-02-15 11:36:50 -08:00
Daniel Imms
69592b6d49
Standardize on workbench contrib weight
2024-02-15 11:33:37 -08:00
Daniel Imms
0dadd8f540
Trim command before accepting
2024-02-15 11:29:53 -08:00
Daniel Imms
45e54c6f40
Wider widget, resize suggestion based on content height
2024-02-15 11:28:54 -08:00
Daniel Imms
85aaa473fb
Hide command border before it's shown
2024-02-15 11:25:54 -08:00
Benjamin Christopher Simmonds and GitHub
e4e853fecf
Workbench hover to align and correctly apply delay setting ( #204871 )
...
* Workbench hover
* 💄
* placement element for tabs and breadcrumbs
* enableInstantHoverAfterRecentlyShown
* 💄
* adobt custom hover in all toolbars and labels
* dropdown hover
* widgets
* dispose hover delegate uf own instance
* testing hover delegate (might be a better way of doing this?)
* nullHoverDelegateFactory
* registering the disposables and handing down options
* Hygiene
* fix quickinput
2024-02-15 20:25:45 +01:00
Daniel Imms
64e1a39e1b
Remove category prefix from commands
2024-02-15 11:23:34 -08:00
Daniel Imms
1a0199379a
More tweaks to response style
2024-02-15 11:23:06 -08:00
meganrogge
50a0433578
rename
2024-02-15 13:17:31 -06:00
meganrogge
4d81b4e49a
cancel request on clear
2024-02-15 13:16:10 -06:00
Daniel Imms
a9c300cd68
Trim suggestion to prevent running on alt+enter
2024-02-15 11:12:11 -08:00
Daniel Imms
f7915fc65f
Accept -> Run, add insert button, improve keybindings
2024-02-15 11:12:11 -08:00
meganrogge
79ef477d82
rm unused
2024-02-15 13:11:42 -06:00
meganrogge
55b7c86d9a
use chat model
2024-02-15 13:05:30 -06:00
meganrogge
bf87f8dc1e
Revert "add session support, get cancellation to work"
...
This reverts commit b01c303b90 .
2024-02-15 13:04:36 -06:00
Daniel Imms
804a481639
Improve command suggestion presentation
2024-02-15 11:00:18 -08:00
Daniel Imms
58f5274002
Remove scoped services, they were causing an error and breaking language highlighting
2024-02-15 10:36:59 -08:00
Daniel Imms
216b941cd9
Move to registerWorkbenchContribution2
2024-02-15 10:28:12 -08:00
meganrogge
b01c303b90
add session support, get cancellation to work
2024-02-15 10:50:32 -06:00
Johannes Rieken and GitHub
7215958b3c
add commands to navigate between hunks ( #205293 )
...
https://github.com/microsoft/vscode/issues/203349
2024-02-15 15:57:24 +01:00
Ladislau Szomoru and GitHub
80b556e8fb
SCM - do not show action for selected rows ( #205292 )
2024-02-15 15:54:17 +01:00
Ladislau Szomoru and GitHub
4f9a706c79
Git - add command to close all unmodified editors ( #205278 )
...
* Git - add command to close all unmodified tabs
* Fix compilation error
2024-02-15 14:33:02 +01:00
Ladislau Szomoru and GitHub
f396fe0e2b
Git - refresh decorators when incoming/outgoing changes ( #205282 )
2024-02-15 14:26:25 +01:00
Hylke Bons and Hylke Bons
ed22015fc4
Update codicons
2024-02-15 13:46:42 +01:00
b71d2e5b0b
Fix memory leak in comments browser ( #205162 )
...
* Fix memory leak in comments browser
* 💄
---------
Co-authored-by: Alex Ross <alros@microsoft.com >
2024-02-15 13:21:56 +01:00
Benjamin Pasero and GitHub
fc18e59421
Allow to dictate by voice into the text editor ( fix #205263 ) ( #205264 )
2024-02-15 13:05:23 +01:00
Alex Ross and GitHub
95a3805aa7
Polish change setting button in release notes ( #205281 )
2024-02-15 13:02:25 +01:00
Ulugbek Abdullaev
756a21701d
rename suggestions: arrow down always goes to first candidate
2024-02-15 12:19:20 +01:00
Alex Ross and GitHub
be73f5ea6d
Fix context menu position when zoomed ( #205276 )
...
* Add codefeature toggle
* Fix button size
* Fix context menu position when zoomed
Also set toggle disabled color
2024-02-15 12:15:03 +01:00
Hylke Bons and Hylke Bons
b4aab5842e
theme: Reduce contrast between copilot chat rows
2024-02-15 12:14:22 +01:00
Hylke Bons and Hylke Bons
474ca46d7b
Update icons
2024-02-15 12:14:22 +01:00
Hylke Bons and Hylke Bons
4f50cc2da0
extensions: Match "Extensions" label with website
2024-02-15 12:14:22 +01:00
Johannes Rieken and GitHub
4c06e3f867
rename proposal from chatRequestAccess to languageModels, move into new lm namespace ( #205272 )
...
* rename proposal from `chatRequestAccess` to `languageModels`, move into new `lm` namespace
https://github.com/microsoft/vscode/issues/199908
* fix itests
2024-02-15 12:02:08 +01:00
Johannes Rieken and GitHub
633992ca1c
remove XYZTurn#agent#agentId because it is now just agent ( #205266 )
...
https://github.com/microsoft/vscode/issues/199908
2024-02-15 09:47:17 +01:00
Peng Lyu and GitHub
6722b81416
Support cmd+arrow/enter when focus is outside of chat widget. ( #205260 )
2024-02-15 06:52:18 +01:00
Connor Peet and GitHub
3ce7ccff41
debug: initial support of breakpoint modes ( #205251 )
...
This supports breakpoint modes on exception, instruction, and source
breakpoints. It doesn't yet do data breakpoints since I was having
trouble figuring out a good user flow for that. You can test this on the
`connor4312/breakpoint-modes` branch of mock-debug, which I'll merge in
after the next DAP release.

2024-02-15 06:36:53 +01:00
Peng Lyu and GitHub
e587755905
Expose notebook variable type ( #205250 )
2024-02-15 01:30:07 +01:00
Aaron Munger and GitHub
d16c5304a0
enable variable view for IW ( #205249 )
2024-02-14 16:08:50 -08:00
Andrea Mah and GitHub
b698f0817f
Merge pull request #205246 from microsoft/roasted-raven
...
bump distro for copilot findfiles2 consumption
2024-02-14 16:30:46 -06:00
andreamah
55222fabf2
bump distro for https://github.com/microsoft/vscode-distro/commit/660e1818ca4ddccb41c09b6a44360c278ae1610e
2024-02-14 14:06:20 -08:00
meganrogge
d881ddbae5
Add accessibility help dialog
2024-02-14 15:30:36 -06:00
Rob Lourens and GitHub
e9352a7739
Enable progress messages and references from variable resolvers ( #205174 )
...
* Enable progress messages and references from variable resolvers
For #204539
* Fixes
2024-02-14 12:58:17 -08:00
meganrogge
a9b4e6fe44
add accessible view
2024-02-14 13:43:46 -06:00
meganrogge
57857d6546
rm unused
2024-02-14 13:22:39 -06:00
meganrogge
55aca1a766
more clean up
2024-02-14 13:06:47 -06:00
John Murray and GitHub
bbd14fc377
Make Collapse/Expand All button of Search tree initialize correctly ( fix #204316 ) ( #205235 )
2024-02-14 11:03:53 -08:00
meganrogge
1565341d44
reset everything on hide of widget
2024-02-14 12:50:49 -06:00