Don Jayamanne
58bc2dcc41
Misc
2024-11-25 09:38:26 +11:00
Don Jayamanne
b485915e5f
Misc
2024-11-22 14:11:19 +11:00
Don Jayamanne
0c25f00956
Oops
2024-11-22 14:01:17 +11:00
Don Jayamanne
bf1f48b6b9
misc
2024-11-22 11:32:42 +11:00
Don Jayamanne
8cd4bfdd3f
more fixes
2024-11-22 11:24:51 +11:00
Don Jayamanne
205c1a79ce
Misc
2024-11-22 11:23:18 +11:00
Don Jayamanne
e41b3d31fa
Separate IModifiedFileEntry into text and notebook files
2024-11-22 11:19:11 +11:00
Ladislau Szomoru
927f53de44
Git - tweak git blame computation ( #234386 )
...
* Helper methods
* Finished implementing the prototype
* Command handled model creation/disposal
* Cache staged resources diff information
2024-11-21 14:18:49 -08:00
Megan Rogge
f2fba1b45d
improve folder/file terminal completions ( #234363 )
2024-11-21 21:28:42 +00:00
Peng Lyu
143f300a31
Merge pull request #234381 from microsoft/rebornix/weak-tick
...
Notebook snapshot (cells and buffer)
2024-11-21 13:23:03 -08:00
Benjamin Pasero
ec1e84b551
chat - make hide action globally accessible ( #234383 )
2024-11-21 21:49:31 +01:00
Joyce Er
3e0bc9e864
feat: allow removing files from working set ( #234385 )
2024-11-21 21:38:12 +01:00
Peng Lyu
20ecaf99d3
fix tests
2024-11-21 11:38:28 -08:00
Joyce Er
69adedd46b
fix: serialize/deserialize working set URIs for restored chat requests ( #234375 )
...
* fix: serialize/deserialize working set URIs for restored chat requests
* tests: update snapshots
2024-11-21 11:13:25 -08:00
Connor Peet
450a3b337f
remote: broaden URI identification on openExternal ( #234380 )
...
I want to protocol-activate copilot in a remote workspace using
openExternal, but I observed the URI was being treated as a path and
malformed. This change broadens the URI identification logic to accept
anything that looks like a protocol. I think this is okay since we
were already excluding file URIs from the rebase, so this really just
impacts any other estoeric URIs in addition to the protocol `urlProtocol`.
fyi @alexdima
2024-11-21 20:08:49 +01:00
Peng Lyu
137a86be40
RestoreSnapshot
2024-11-21 11:02:39 -08:00
Tyler James Leonhardt
d7ab35a98e
`handle: string` to `nativeHandle: UInt8Array` based on feedback ( #234378 )
...
Feedback in https://github.com/microsoft/vscode/issues/229431
2024-11-21 11:58:49 -07:00
Peng Lyu
a5071119aa
Notebook snapshot (cells and buffer)
2024-11-21 10:55:27 -08:00
Martin Aeschlimann
7662e03145
edits: more simplifications ( #234377 )
...
* edits: more simplifications
* remove unused imports
2024-11-21 19:46:47 +01:00
Benjamin Pasero
b7f6bbe55b
chat - tweaks to welcome ( #234370 )
2024-11-21 18:09:20 +01:00
Martin Aeschlimann
7f05cd2559
chat edits: fix for redo after reload ( #234366 )
2024-11-21 08:38:13 -08:00
Rob Lourens
b6ce07fb3c
Add telemetry for tool calls ( #234365 )
...
* Add telemetry for tool calls
* Fix test
2024-11-21 17:26:16 +01:00
Joyce Er
b82ed8d1a2
fix: chat related files polish ( #234364 )
...
* fix: don't re-add suggested files that were ignored by user
* fix: don't include suggested files in the working set list count
* fix: don't change an attached file back to being suggested
* fix: italicize suggested file entries
2024-11-21 17:20:06 +01:00
Benjamin Pasero
a414275985
chat - move the hide action to the dropdown ( #234359 )
2024-11-21 16:50:23 +01:00
Martin Aeschlimann
d2b1410df1
chat: persist 'isHidden' ( #234350 )
2024-11-21 07:10:04 -08:00
Martin Aeschlimann
9508be8518
edits undo: chat entries are no longer hidden after reload ( #234345 )
...
edits: chat entries are no longer hidden after reload
2024-11-21 13:23:29 +01:00
Benjamin Pasero
268d4cf13b
chat - tweaks to welcome ( #234343 )
2024-11-21 13:15:29 +01:00
Benjamin Christopher Simmonds
ec8a0199a1
Restore tab newline fix in editor tabs ( #234340 )
...
bring back tab newline fix
2024-11-21 12:27:50 +01:00
Ladislau Szomoru
157567fd8f
Git - add git blame hover (status bar item, editor decoration) ( #234338 )
2024-11-21 12:21:34 +01:00
Benjamin Pasero
7bb46ece48
chat - welcome updates ( #234329 )
2024-11-21 12:18:02 +01:00
Rob Lourens
eeec4c35ab
Persist selected chat model globally, not per-workspace ( #234335 )
...
* Persist selected chat model globally, not per-workspace
* Cleanup
2024-11-21 12:05:23 +01:00
Aiday Marlen Kyzy
b69589ce38
Smoke test failure - changing selectors depending on app quality ( #234181 )
...
* changing selector depending on app quality smoke test
* using correct selector
* resetting to just insiders
* focusing if not focused after event
* removing dom node focus
2024-11-21 11:58:33 +01:00
Isidor Nikolic
9a6ef1fc89
Merge pull request #234331 from microsoft/isidorn/renewed-shrew
...
update distro pointer
2024-11-21 11:37:46 +01:00
isidorn
ff6d7776ae
update distro pointer
2024-11-21 11:14:43 +01:00
Benjamin Pasero
969b5714b4
chat - tweaks to welcome ( #234250 )
2024-11-21 16:25:40 +09:00
Connor Peet
69acde7458
testing: track test error message decorations correctly
...
Fixes #234293
2024-11-20 17:37:53 -08:00
Connor Peet
bbe24d7f73
testing: vertically center test message badge
...
Closes #234287
2024-11-20 17:37:53 -08:00
Megan Rogge
d79858c114
add support for file/folder terminal completions ( #234289 )
2024-11-21 07:05:55 +05:30
Ladislau Szomoru
ee21e638be
Git - only show git blame for text documents with the `file` scheme for now ( #234312 )
2024-11-20 16:32:56 -08:00
Ladislau Szomoru
5b9c6582be
SCM - fix diff information lookup bug ( #234309 )
2024-11-20 16:26:28 -08:00
Matt Bierner
fc5cff7bb6
Allow overriding how markdown links are inserted using the keybinding ( #234310 )
...
Allows using the `kind` field in the `pasteAs` keybinding to force links to be inserted a certain way, such as as images
2024-11-21 00:55:47 +01:00
Osvaldo Ortega
d6f311dbf5
Merge pull request #234306 from microsoft/osortega/find-history-default-insiders
...
Making find history default to workspace in insiders
2024-11-20 15:52:08 -08:00
Benjamin Christopher Simmonds
ce8e5bb7c8
Show exceeding attachments in chat ( #234308 )
...
Show exceeding attachments
2024-11-21 00:49:29 +01:00
Osvaldo Ortega
ad818680b4
Merge pull request #234305 from microsoft/osortega/notebook-search-fix
...
Small fix for notebook search
2024-11-20 15:37:47 -08:00
Ladislau Szomoru
4b01d0172d
Git - add git blame status bar item command ( #234307 )
2024-11-21 00:29:54 +01:00
Ladislau Szomoru
b61c0f18d9
Git - add git blame status bar item ( #234302 )
...
* Git - improve enabliment of the editor decoration
* Git - add git blame status bar item
2024-11-20 15:08:33 -08:00
Osvaldo Ortega
d4900d29af
Making find history default to workspace in insiders
2024-11-20 14:43:50 -08:00
Raymond Zhao
0fda1098c0
chore: bump emmet-helper ( #234295 )
2024-11-20 23:42:09 +01:00
Osvaldo Ortega
904c3c234a
Small fix for notebook search
2024-11-20 14:33:54 -08:00
Tyler James Leonhardt
6306259d87
Have `authentication.clientIdUsage` fire before invoking the provider ( #234300 )
...
To help us capture the extensions that don't resolve.
2024-11-20 23:14:37 +01:00