Commit graph

125441 commits

Author SHA1 Message Date
Sandeep Somavarapu fcc45439f7
fix #229590 (#229757) 2024-09-25 23:06:40 +02:00
Connor Peet 11fb5bbfdb
Revert "chat command center polish (#229674)" (#229755)
This reverts commit b80272842e.

This broke sanity tests for copilot-chat, probably in preconditions
for `inlineChat.start`. It's not clear to me what the right fix is,
so I am backing it out in order to unblock copilot-chat.
2024-09-25 22:55:46 +02:00
Connor Peet 848d216ba9
debug: fix ANSI styling disappearing from REPL when a session ends (#229753)
Fixes #229752
2024-09-25 13:50:32 -07:00
Michael Lively fd83a56a49
Clean nb context menu telemetry with accurate from fields (#229241)
* clean nb context menu telemetry with accurate `from` fields

* comments

* consolidate telemetry

* get telem service if context

* avoid early returns
2024-09-25 13:10:04 -07:00
Rob Lourens 3089797ebc
Fix #229734 (#229750) 2024-09-25 20:07:00 +00:00
Benjamin Pasero 9784b5e1e6
esm - restore our copyright header in built files (#229751) 2024-09-25 21:48:02 +02:00
David Dossett b6f51e54ed
Fix /edit component spacing (#229749)
Fix /edit spacing
2024-09-25 21:10:31 +02:00
Megan Rogge 222ecc8247
correct command ID in accessibility walkthrough (#229743)
fix #229641
2024-09-25 19:55:44 +02:00
Aaron Munger 20f9a91f1d
use widget focus to determine if active (#229744) 2024-09-25 19:54:43 +02:00
Rob Lourens 4ab3a70e07
Layout chat input after changing model (#229742)
Fix #229682
2024-09-25 19:40:47 +02:00
Raymond Zhao c5449a303f
fix: async code handling in Settings editor (#229738)
Fixes https://github.com/microsoft/vscode/issues/212375
Fixes a race condition where the extension list is sometimes not updated in time
2024-09-25 10:28:00 -07:00
David Dossett 15a70eea77
Reduce spacing underneath chat h1/2/3 elements (#229642)
Reduce space
2024-09-25 10:01:18 -07:00
David Dossett 2e72ace663
Fix chat pill styling (#229630) 2024-09-25 10:00:57 -07:00
Ladislau Szomoru 44d05b9dfa
Git - cheery-pick now handles the case where the changes are already present on the current branch (#229731) 2024-09-25 18:07:16 +02:00
Peng Lyu 554b4c1b5e
Fix ##229579. Sync notebook metadata change to workers for diff compute (#229657)
* Fix ##229579. Sync notebook metadata change to workers for diff compute

* remove console.log
2024-09-25 17:43:06 +02:00
Ladislau Szomoru 97acd041e2
SCM Graph - fix badge rendering for selected lines (#229728) 2024-09-25 17:32:31 +02:00
Alex Ross d3c7f32e17
Ternary ?: aren't colors correctly (#229719)
* Ternary ?: aren't colors correctly
and improve some other token scopes
Fixes #229555

* Update tests
2024-09-25 17:11:31 +02:00
Benjamin Christopher Simmonds 71b9603559
Improve chat input hovers (#229725)
* 💄

* add hoverdelegate to attachment labels

* improve chat input hovers
2024-09-25 17:10:21 +02:00
Alex Ross 764afff92a
this isn't being highlighted (#229724)
* `this` isn't being highlighted
Fixes #229554

* Update tests
2024-09-25 17:08:29 +02:00
Alex Ross 7e931fff91
Fix array negative array index in tree sitter (#229722) 2024-09-25 17:04:33 +02:00
Benjamin Pasero c2e5aa992c
Cmd+I behavior in Chat input box (fix microsoft/vscode-copilot#8616) (#229721) 2024-09-25 16:50:07 +02:00
Ladislau Szomoru bdc3e5e2f4
SCM Graph - only show one badge per color/type (#229716) 2024-09-25 16:18:56 +02:00
Alex Ross cedad6e8fc
Support targetting multiple scopes in a theme (#229717)
and fix font style
Fixes #229557
Fixes #229553
2024-09-25 16:18:15 +02:00
Johannes Rieken 8f143420de
workaround https://github.com/microsoft/vscode/issues/229712 (#229715)
* tweak chat menu

* changes order of entries
* align labels of primary actions

* workaround https://github.com/microsoft/vscode/issues/229712
2024-09-25 16:03:27 +02:00
Martin Aeschlimann 83fe586ed3
integration tests: colorize tests fail with this.clear is not a function (#229709) (#229714) 2024-09-25 15:57:21 +02:00
Johannes Rieken 96e1cfc191
fix https://github.com/microsoft/vscode-copilot/issues/8507 (#229706) 2024-09-25 14:13:18 +02:00
Benjamin Christopher Simmonds f70bf17703
Attach File/Image as Context (#229699)
"Attach File as Context"
2024-09-25 13:23:23 +02:00
Johannes Rieken e4f49cd3b6
fix https://github.com/microsoft/vscode-copilot/issues/8127 (#229698) 2024-09-25 13:11:43 +02:00
Johannes Rieken 0c0761ecc0
fix https://github.com/microsoft/vscode-copilot/issues/8404 (#229695)
* fix https://github.com/microsoft/vscode-copilot/issues/8404

* also fix border
2024-09-25 13:02:52 +02:00
Ladislau Szomoru 3c76e05d0b
SCM - fix history item picker when view is in the auxiliary bar (#229694) 2024-09-25 12:49:40 +02:00
Aiday Marlen Kyzy 7a1c0a1ac1
EditContext: Fix incorrect positioning of IME when the editor scroll left > 0 (#229692)
adding scroll left to the bounds
2024-09-25 12:42:16 +02:00
Alex Ross 31745569f8
Toggle line comment doesn't work when tree sitter is enabled (#229691)
Fixes #229690
2024-09-25 12:32:47 +02:00
Alexandru Dima 4b489e0a05
Add a button for Start Editing (#229689) 2024-09-25 12:26:13 +02:00
Sandeep Somavarapu 9cc06e787e
fix #229257 (#229685) 2024-09-25 12:02:41 +02:00
Aiday Marlen Kyzy 4e491d4410
Fix sticky scroll when line wrap is toggled (#229684)
fix sticky scroll when line wrap is toggled
2024-09-25 11:58:38 +02:00
Johannes Rieken 04d209954e
make sure cmd+i still works in notebooks (#229680) 2024-09-25 11:39:40 +02:00
Alex Ross 381e31f2a7
Enabling tree sitter requires a reload (#229679)
Fixes #229629
2024-09-25 11:22:51 +02:00
Johannes Rieken 10ecc5eaee
fixes https://github.com/microsoft/vscode/issues/229677 (#229678) 2024-09-25 11:21:34 +02:00
Sandeep Somavarapu 433fe7faac
fix #229484 (#229676) 2024-09-25 11:11:43 +02:00
Johannes Rieken b80272842e
chat command center polish (#229674)
* mark `chat.commandCenter.enabled` as EXP setting, change default
* render keybindings
* order in buckets of panel, inline, and quick chat
2024-09-25 10:59:30 +02:00
Sandeep Somavarapu 66b38fc2e2
fix #228467 (#229673) 2024-09-25 10:42:40 +02:00
Joyce Er 2d94027dc1
fix: New Chat should clear chat editing widget (#229671) 2024-09-25 10:29:32 +02:00
Sandeep Somavarapu 6b5d4941b4
fix #229479 - allow dismissing notifications in extensions view (#229670) 2024-09-25 10:19:19 +02:00
Benjamin Christopher Simmonds 6f93421777
Closes #229602 (#229668)
closes #229602
2024-09-25 09:48:32 +02:00
Bhavya U 1bf775a50e
Focus on walkthrough step on close (#229666)
Focus on step on close
2024-09-25 09:41:28 +02:00
Rob Lourens ec60ccb2cc
Hide @ button in inline chat (#229659) 2024-09-25 08:00:39 +02:00
Rob Lourens d9727b33d6
Use combined @ and / label in chat suggest widget (#229658)
Use combined @ and / label
2024-09-25 08:00:13 +02:00
Benjamin Pasero be2747e47e
Let's remove the read aloud actoin (fix microsoft/vscode-copilot#8458) (#229655) 2024-09-25 06:33:31 +02:00
Benjamin Pasero 830da20441
Explorer find: progress bar hides when search is running (fix #229522) (#229653) 2024-09-25 06:29:02 +02:00
Peng Lyu dc7ab091fd
Custom reference rendering for kernel variable (#229325) 2024-09-24 21:27:18 -07:00