meganrogge
dd2913582a
change variable names
2023-10-09 16:16:09 -07:00
meganrogge
6a1a18dfd1
use promise to ensure events are processed in correct order
2023-10-09 15:58:07 -07:00
meganrogge
5d5ad2ca6a
use promise to ensure events are processed in correct order
2023-10-09 15:26:22 -07:00
Daniel Imms
18f841f25f
Initial version of polling to fix up windows command pos
...
Part of #193456
2023-10-09 14:42:59 -07:00
David Dossett and GitHub
e51ed93af9
Tweak chat text and list item line height ( #195193 )
...
* Update chat text line height
* Update list item line height
2023-10-09 14:05:19 -07:00
Megan Rogge and GitHub
2643f23ae7
Merge pull request #195185 from microsoft/merogge/go-to-sym
...
don't invoke editor go to symbol when in accessible view
2023-10-09 12:59:03 -07:00
Connor Peet and GitHub
e0502b5442
cli: update dev tunnels ( #195183 )
2023-10-09 12:44:12 -07:00
Daniel Imms
ed87c37135
Ensure terminal is not detached when clearing old input
...
Part of microsoft/vscode-internalbacklog#4626
2023-10-09 12:16:30 -07:00
Rob Lourens and GitHub
717ddc2fd1
Fix chat agent history ( #195184 )
...
Quick fix, but new API is coming
2023-10-09 21:00:01 +02:00
meganrogge
a03b784339
fix #195018
2023-10-09 11:45:16 -07:00
Benjamin Pasero and GitHub
f5a1b3a9a0
tabs - see perf impact on deferred layout ( #195179 )
2023-10-09 11:36:38 -07:00
Joyce Er and GitHub
60738c295f
fix: relax agent execution timeout ( #195178 )
2023-10-09 20:18:27 +02:00
Daniel Imms and GitHub
4a74c05cd4
Merge pull request #195177 from microsoft/tyriar/distro_20231009
...
Update distro
2023-10-09 10:46:06 -07:00
Daniel Imms
ca1ee8b75b
Update distro
2023-10-09 10:21:33 -07:00
Sandeep Somavarapu and GitHub
0f60570afc
add view movement tracing ( #195168 )
2023-10-09 19:11:38 +02:00
Sandeep Somavarapu and GitHub
2ebf020cc8
proper fix for #194489 ( #195027 )
...
* proper fix for #194489
* review feedback
2023-10-09 08:21:24 -07:00
Sandeep Somavarapu and GitHub
514a83fcff
fix #195138 ( #195163 )
2023-10-09 07:50:45 -07:00
Sandeep Somavarapu and GitHub
077daaad93
fix #195136 ( #195158 )
2023-10-09 16:40:25 +02:00
Johannes Rieken and GitHub
a383c1601d
add proposed API for short and long variant of LanguageStatusItem#text ( #195141 )
...
* add proposed API for short and long variant of `LanguageStatusItem#text`
https://github.com/microsoft/vscode/issues/192880
* add new proposal to allow list
2023-10-09 16:22:49 +02:00
Sandeep Somavarapu and GitHub
b282108c4b
unset if false ( #195155 )
2023-10-09 07:15:03 -07:00
Sandeep Somavarapu and GitHub
f226e7fa21
Merge pull request #184579 from weartist/adjust_command_sort
...
add sort for render list
2023-10-09 16:12:57 +02:00
BeniBenj
2e04ce400a
Migration support
2023-10-09 14:45:07 +02:00
Isidor Nikolic and GitHub
fe4dfce44b
Merge pull request #195152 from microsoft/isidorn/satisfied-ferret
...
update distro
2023-10-09 14:40:03 +02:00
isidor
b0f042f318
update distro
2023-10-09 14:15:51 +02:00
Sandeep Somavarapu and GitHub
e1ee0792ad
Merge pull request #167662 from Charles-Gagnon/chgagnon/fixActionButtonTab
...
Fix arrow nav on dropdown action buttons focusing hidden dropdown
2023-10-09 14:13:21 +02:00
Sandeep Somavarapu and GitHub
994375b332
fix #195131 ( #195148 )
2023-10-09 13:43:59 +02:00
Alex Ross and GitHub
50b3c04d0a
Revert C# grammar to last-known-good commit ( #195144 )
...
* Revert C# grammar back to last-known-good commit
Part of #195098
* Also add missing test_cshtml.json test result
* Add new test for issue
2023-10-09 12:33:40 +02:00
Sandeep Somavarapu and GitHub
1052130ef7
Merge branch 'main' into chgagnon/fixActionButtonTab
2023-10-09 12:25:10 +02:00
Sandeep Somavarapu and GitHub
8a854ff576
Merge branch 'main' into adjust_command_sort
2023-10-09 12:21:32 +02:00
BeniBenj
9bd59f6af0
Merge branch 'main' into benibenj/noTabBar
2023-10-09 12:21:01 +02:00
Alex Ross and GitHub
3be5ad240b
Update R grammar ( #195139 )
2023-10-09 12:17:13 +02:00
BeniBenj
b9dc1b6a96
turn setting into enum
2023-10-09 12:05:52 +02:00
Johannes Rieken and GitHub
ea4cae9eee
Don't use status message for detected command ( #195135 )
2023-10-09 10:46:02 +01:00
Alex Ross and GitHub
f33a04f15c
Update dnd documentation to say \r\n ( #195133 )
2023-10-09 10:43:09 +01:00
João Moreno and GitHub
302857c98a
remove banner in eol situations ( #195124 )
2023-10-09 11:00:23 +02:00
João Moreno and GitHub
a5d71aad39
Cleanup dependencies ( #195026 )
...
* move build dependencies to devDependencies
* build: bump tree-sitter
* dependencies cleanup
* remove leftover file
2023-10-09 09:34:15 +02:00
Rob Lourens and GitHub
55d1cfea45
Fix timing issue in ChatModel initialize/reinitialize flow ( #195033 )
...
* Fix timing issue in ChatModel initialize/reinitialize flow
Fix microsoft/vscode-copilot-release#460
* Fix initState usage, better comment
* This is breaking a test but I think it's not really a problem anymore. You could deinitialize a model then have it disposed and that is ok
* Fix another test
2023-10-08 19:54:02 -07:00
Connor Peet and GitHub
2e37be2160
Adopt Terrapin / msrustup for the CLI ( #188732 )
...
* cli: use terrapin for cli builds
* update rust to 1.70 to allow ado artifacts feed on windows
* apparently manaul cargo login is required
* use msrustup
* rustup is no longer user
* update to 1.73
* add rust oss install
2023-10-08 17:18:22 -07:00
Tyler James Leonhardt and GitHub
bd41b74fd1
Dedupe strings in tf-idf index & include exactLabelMatch in runCommand in smoke tests ( #195085 )
2023-10-08 16:47:51 -07:00
Sandeep Somavarapu and GitHub
1523614834
Merge pull request #195067 from microsoft/sandy081/activity-bar
...
activity bar on top
2023-10-09 01:46:54 +02:00
Sandeep Somavarapu
3df84b15f9
fix dnd css
2023-10-09 00:03:34 +02:00
Rob Lourens and GitHub
658dbfb253
Do some ReadableArray in chat model ( #195030 )
...
* Do some ReadableArray
* Update test
2023-10-08 14:54:20 -07:00
Sandeep Somavarapu
6348fc501e
fix updating title area on position change
2023-10-08 23:54:00 +02:00
Michael Tyson
cbc8988e1a
open contributed context menu to cwd if set
2023-10-08 16:06:39 -04:00
Michael Tyson
49dcf3eb42
get contributed profile when launched from context menu
2023-10-08 16:05:58 -04:00
Sandeep Somavarapu
cb07ba1ab0
show menu bar in top actiivty bar
2023-10-08 17:43:55 +02:00
Sandeep Somavarapu
468d67f5ce
fix style
2023-10-08 00:18:22 +02:00
Sandeep Somavarapu
37b4c04d72
fix context menu on account action
2023-10-07 23:52:38 +02:00
Sandeep Somavarapu
02cff42b18
top position requires titlebar
2023-10-07 23:28:28 +02:00
Sandeep Somavarapu
b7c9d03b34
show activity in title bar part
2023-10-07 21:17:37 +02:00