Commit Graph

131056 Commits

Author SHA1 Message Date
Johannes Rieken
ca38850442 fixes https://github.com/microsoft/vscode-copilot/issues/13560 (#242031) 2025-02-26 09:25:29 +01:00
Johannes Rieken
39f5cd6f8e use isCurrentlyBeingModifiedBy instead of StreamingEdits state (#242030)
fixes https://github.com/microsoft/vscode-copilot/issues/13485

fixes https://github.com/microsoft/vscode-copilot/issues/13363
2025-02-26 09:21:07 +01:00
Johannes Rieken
33df589a3a fixes https://github.com/microsoft/vscode-copilot/issues/13511 (#242028) 2025-02-26 09:05:47 +01:00
Johannes Rieken
9e8814903c Merge pull request #242025 from microsoft/revert-241917-connor4312/fix-edit-state
Revert "chat: fix potential issue with chat session being stuck in streaming state"
2025-02-26 08:47:38 +01:00
Don Jayamanne
114286205a Trigger change event in model when response model completes (#242014) 2025-02-26 08:20:31 +01:00
Benjamin Pasero
dbbf3c8960 hover - render focus border for beak (#242023) 2025-02-26 08:01:01 +01:00
Benjamin Pasero
af7149f604 chat - fix perf regression in contributions (#242021) 2025-02-26 07:50:01 +01:00
Johannes Rieken
a68acca8cb Revert "chat: fix potential issue with chat session being stuck in streaming …"
This reverts commit 65c78d2c53.
2025-02-26 07:49:40 +01:00
Peng Lyu
7f59e066a0 Fix decorations removal when cell is outside of viewport. (#242020)
* Modified markup cell decorators

* Fix decorations removal when cell is outside of viewport.
2025-02-26 07:26:09 +01:00
Benjamin Pasero
5b62c2e584 Very vague sentence about text encoding change (fix #241836) (#242019) 2025-02-26 07:23:37 +01:00
Benjamin Pasero
8e7f0bd987 TextInputActionProvider not disposing Actions (fix #241889) (#242018) 2025-02-26 07:12:57 +01:00
Rob Lourens
2c3e19a400 Remove overlapping border in theme with transparent input color (#242017)
Towards #237349
2025-02-26 07:09:01 +01:00
Rob Lourens
1bebd2730c Fix terminal editor layout issues (#242015)
* Fix terminal editor layout issues

* comment
2025-02-25 22:07:45 -08:00
Rob Lourens
5fd3eff310 Fix broken #selection (#242013)
`vscode.file` is assumed to be a URI by prompt file support
2025-02-25 22:07:13 -08:00
Peng Lyu
90732c28df Ensure untitled notebook document is identified for edit session. (#242002) 2025-02-25 22:04:56 -08:00
Benjamin Pasero
5aa928a9f6 Ben/evident-cardinal (#242016)
* files - use limits when checking for dirty writes

* chat - cleanup copilot menu further

* Setup: Confusion with GitHub Enterprise & GHE.com (fix microsoft/vscode-copilot#12590)

* Status Bar Entry: Not guaranteed to be located to the far right (fix microsoft/vscode-copilot#13487)

* chat - tweak visuals of chat entry

* chat - turn status into an exp setting
2025-02-26 07:03:17 +01:00
Michael Lively
b7f484ee66 Inline value polish - better variable identification (#242005)
* add tokenization to help dodging comments

* add string and regex to token stuff
2025-02-25 21:17:46 -08:00
Don Jayamanne
b7d674d3f4 Support creating Jupyter Notebooks via chat edits (#242006) 2025-02-26 05:13:35 +01:00
Peng Lyu
eec4df7506 Modified markup cell decorators (#242012) 2025-02-26 04:56:41 +01:00
Matt Bierner
3959708c89 Merge pull request #241764 from mjbvz/marked-mammal
Preserve original data transfer value if still in same ext host context
2025-02-25 18:03:57 -08:00
Justin Chen
2085fe45b6 fix hover for url images (#242000)
better hover for urls and better image classifications
2025-02-25 17:44:52 -08:00
Matt Bierner
0278d8c929 Fix compile error 2025-02-25 17:39:45 -08:00
Peng Lyu
4649c499b4 Render implicit context for notebook cells properly. (#241974) 2025-02-25 17:20:06 -08:00
Justin Chen
4cf1c1d538 fix custom attachment overflow (#241990)
some css
2025-02-26 01:30:08 +01:00
Joyce Er
bad4623c1e fix: render attachments after instantiating implicit context (#241987) 2025-02-26 01:04:30 +01:00
Connor Peet
9d8e6f2489 chat: disallow accept/discard while a request is going on (#241986)
We could probably be more granular, but I think this prevents torn states that are especially easy to get into when the request is paused.

Fixes #241961
2025-02-26 01:00:09 +01:00
Joyce Er
182316e7e8 fix: render X buttons on chat attachments in narrow view ports (#241984) 2025-02-26 00:58:36 +01:00
Raymond Zhao
2871f37fa3 Add more missing on-testplan filters (#241977) 2025-02-26 00:38:52 +01:00
Connor Peet
f487ae8b10 chat: fix multiple problem pills not being added, and use problem messages to label pills
Fixes https://github.com/microsoft/vscode-copilot/issues/13506
2025-02-25 15:34:05 -08:00
Connor Peet
b2d1641765 chat: make problems marker clickable
Fixes https://github.com/microsoft/vscode-copilot/issues/13501
2025-02-25 15:34:05 -08:00
Connor Peet
7a5a3b31e9 chat: allow picking multiple problems
Fixes https://github.com/microsoft/vscode-copilot/issues/13500
2025-02-25 15:34:05 -08:00
Connor Peet
63fd37c860 chat: add icon to problem attachment pill
Fixes https://github.com/microsoft/vscode-copilot/issues/13508
2025-02-25 15:34:05 -08:00
Connor Peet
19dbb258bd chat: clean up attachment problems label
Fixes https://github.com/microsoft/vscode-copilot/issues/13505
2025-02-25 15:34:05 -08:00
Connor Peet
bc970a19d6 chat: make the default state for modified files 'attached'
This allows undoing to an unmodified state, fixes #241896
2025-02-25 15:34:05 -08:00
Connor Peet
56a60e9441 chat: always show paused indicator for incomplete requests when paused
Closes #241835
2025-02-25 15:34:05 -08:00
Connor Peet
84acc06735 chat: enable pause for stable 2025-02-25 15:34:05 -08:00
Connor Peet
9733f26f01 chat: make the play/pause/send button 'trimodal'
- Stop and pause shown when a request is running
- Resume is shown when paused and the input is empty
- Send is shown when paused with input

Fixes #241808
2025-02-25 15:34:05 -08:00
Connor Peet
ad12a38732 chat: fix send button not active when paused
Fixes #241834
2025-02-25 15:34:05 -08:00
Megan Rogge
2dbfd1e50a save zsh builtin command descriptions to ts file vs json (#241967) 2025-02-25 23:54:35 +01:00
Megan Rogge
9bbae57b73 ensure window title is updated (considered custom) when in screen reader mode (#241908)
fix issues with window title var
2025-02-25 14:44:55 -08:00
Daniel Imms
31e4ade82e Merge pull request #241957 from microsoft/tyriar/241946
Ensure we use basename of title to detect shell type
2025-02-25 13:49:55 -08:00
Daniel Imms
360dedd945 Add 'powershell' to the list of titles 2025-02-25 13:00:29 -08:00
Daniel Imms
ea5802dc2a Ensure we use basename of title to detect shell type
Fixes #241946
2025-02-25 12:57:29 -08:00
Ladislau Szomoru
497645a3f7 Git - rename "untrackedChangesSoftDelete" to "untrackedChangesEnableTrash" (#241953) 2025-02-25 21:51:51 +01:00
Alex Ross
cc353c52c7 Tree sitter force tokenize fixes (#241874)
Part of microsoft/vscode-internalbacklog#5352
2025-02-25 21:49:23 +01:00
Joyce Er
2c1752d5a1 fix: hide attachments container when it has no children (#241947) 2025-02-25 21:33:20 +01:00
Don Jayamanne
846dacfedc Compute notebook diff before loading modifed entry (#241935) 2025-02-25 12:16:02 -08:00
Joyce Er
32e31424e4 fix: don't send prompt instructions twice in Edits context (#241940) 2025-02-25 20:58:31 +01:00
Oleg Solomko
a56b56df3a don't add root prompt link variable to the attached/implicit context 2025-02-25 11:33:51 -08:00
Raymond Zhao
661e8fa7c1 Exclude on-testplan from verification-needed (#241931) 2025-02-25 20:14:45 +01:00