Oleg Solomko
|
a55012c839
|
implement front matter parser
|
2025-04-08 08:02:19 -07:00 |
|
Oleg Solomko
|
ca5cb4ed98
|
add markdown extensions decoder
|
2025-04-08 08:02:19 -07:00 |
|
Aiday Marlen Kyzy
|
58d6dd74cd
|
EditContext: NVDA does not read last line feed character, if last line is empty (#245991)
|
2025-04-08 07:59:22 -07:00 |
|
Johannes Rieken
|
0bd8e82d03
|
fix symbol attachment rendering (#245984)
|
2025-04-08 15:21:06 +02:00 |
|
Benjamin Pasero
|
fd149dca51
|
layout - add a setting to show secondary sidebar by default (fix #191202) (#245974)
* layout - add a setting to show secondary sidebar by default (fix #191202)
* .
* revamp
|
2025-04-08 13:20:07 +00:00 |
|
Nick Trogh
|
46c4653726
|
Merge pull request #245975 from microsoft/defeated-hawk
Update setting description for `chat.tools.autoApprove`
|
2025-04-08 15:00:11 +02:00 |
|
Alex Ross
|
e1c5304f83
|
Add API doc about mime types in tree DnD (#245966)
Part of https://github.com/microsoft/vscode/issues/245816
|
2025-04-08 14:59:12 +02:00 |
|
Robo
|
dc88adbd48
|
ci: cross compile alpine arm64 cli (#245969)
|
2025-04-08 21:24:40 +09:00 |
|
Sandeep Somavarapu
|
8d1d5c8b29
|
fix #245886 (#245968)
|
2025-04-08 14:01:58 +02:00 |
|
Nick Trogh
|
0084401b56
|
Update setting description for chat.tools.autoApprove
|
2025-04-08 13:22:18 +02:00 |
|
Ladislau Szomoru
|
4a18bd20dd
|
Git - fix workspace settings for git diagnostics hook (#245964)
|
2025-04-08 19:23:38 +09:00 |
|
Johannes Rieken
|
0d24321ec2
|
make symbol completions always work the same (independent on prefix) and don't filter based on kind (#245959)
fyi @benibenj
|
2025-04-08 11:46:56 +02:00 |
|
Aiday Marlen Kyzy
|
8363efdc6e
|
EditContext: treat the case of surrogate characters correctly (#245958)
considering also the case of surrogate characters
|
2025-04-08 11:45:41 +02:00 |
|
Johannes Rieken
|
810f3b298f
|
fixes https://github.com/microsoft/vscode-copilot/issues/15655 (#245955)
|
2025-04-08 11:36:04 +02:00 |
|
Henning Dieterichs
|
b0abf06c7d
|
Refactors InlineCompletionsSource
|
2025-04-08 11:20:02 +02:00 |
|
Johannes Rieken
|
9125af1e77
|
enable inline chat v2 for team (#245951)
|
2025-04-08 11:06:10 +02:00 |
|
Johannes Rieken
|
a5431fa800
|
align icons in chat input (#245950)
https://github.com/microsoft/vscode-copilot/issues/15654
|
2025-04-08 11:05:41 +02:00 |
|
Johannes Rieken
|
fc8368acd4
|
fix https://github.com/microsoft/vscode-copilot/issues/15261 (#245944)
|
2025-04-08 10:22:17 +02:00 |
|
Sandeep Somavarapu
|
86489f1015
|
get the value from config model instead of doing lookup #245719 (#245945)
|
2025-04-08 10:09:58 +02:00 |
|
Benjamin Pasero
|
c593efc8b9
|
debt - remove chat.setupFromDialog and old welcome setup view (#245935)
|
2025-04-08 08:56:14 +02:00 |
|
Oleg Solomko
|
58c1e2e3b5
|
fix ci compilation issues
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
d0b1142a1a
|
fix unit tests of the markdown decoder
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
820a674ed1
|
refactor to simple token base class, add more unit tests
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
96dea97e92
|
add doc comments, refactor and cleanup todo items
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
f69cf040a7
|
add ChatPromptDecoder unit tests for the prompt template variable
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
769abe07a9
|
implement PromptTemplateVariable parser
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
6d74aafe0d
|
improve unit tests of the SimpleDecoder to account for the curly brace tokens
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
f4a15d9f7c
|
add curly brace tokens
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
2ad2ac6ed1
|
update unit tests of the SimpleDecoder to account for the DollarSign and Colon tokens
|
2025-04-07 21:21:08 -07:00 |
|
Oleg Solomko
|
c21a8d0592
|
add DollarSign token
|
2025-04-07 21:21:08 -07:00 |
|
Rob Lourens
|
02e460c884
|
Rename "Chat: Open Editor" to "Chat: New Chat Editor" (#245926)
It keeps confusing people
|
2025-04-07 20:46:03 -07:00 |
|
Rob Lourens
|
22d02d9df6
|
Show correct welcome view tips for the current mode (#245925)
Fix microsoft/vscode-copilot#15510
|
2025-04-07 20:45:32 -07:00 |
|
Rob Lourens
|
900348a1a2
|
Fix toggleMode order (#245923)
Fix microsoft/vscode-copilot-release#7393
|
2025-04-07 19:48:48 -07:00 |
|
Oleg Solomko
|
a32a31b6ea
|
fix unit tests of the MarkdownDecoder class
|
2025-04-07 16:46:01 -07:00 |
|
Oleg Solomko
|
8c60bff042
|
add more unit tests for the slash commands in chat prompt decoder
|
2025-04-07 16:46:01 -07:00 |
|
Oleg Solomko
|
027e507473
|
implement /command syntax parsing
|
2025-04-07 16:46:01 -07:00 |
|
Oleg Solomko
|
b2a09e5262
|
add slash token to the simple decoder
|
2025-04-07 16:46:01 -07:00 |
|
Oleg Solomko
|
9d52134af1
|
add prompt /command token
|
2025-04-07 16:46:01 -07:00 |
|
Rob Lourens
|
d5487f89a5
|
Delete obsolete api proposal (#245916)
|
2025-04-08 01:42:32 +02:00 |
|
Ladislau Szomoru
|
8757e69c6b
|
Engineering - refactor codesign script (#245914)
* Engineering - add timestamps to background code sign
* Add some spacing before/after the banner
* Add both files
* Fix banner
|
2025-04-07 15:11:39 -07:00 |
|
Connor Peet
|
32f9cb635f
|
mcp: fix incorrect key for sse headers (#245908)
Fixes #245828
|
2025-04-07 23:20:57 +02:00 |
|
Justin Chen
|
0ab412ad9c
|
fix image hover wonkiness (#245901)
* fix issue with squished images
* remove height auto
|
2025-04-07 12:09:52 -07:00 |
|
Oleg Solomko
|
968a8fcfc6
|
fix unit tests of the MarkdownDecoder class
|
2025-04-07 11:45:03 -07:00 |
|
Oleg Solomko
|
434c00afb0
|
cleanup
|
2025-04-07 11:45:03 -07:00 |
|
Oleg Solomko
|
574f9de4f0
|
improve unit tests for the chat prompt decoder and cleanup todo items
|
2025-04-07 11:45:03 -07:00 |
|
Oleg Solomko
|
11041fd32c
|
improve output of lines decorator unit tests
|
2025-04-07 11:45:03 -07:00 |
|
Oleg Solomko
|
1450f90231
|
add more unit tests for #variable and #variable:metadata syntaxes
|
2025-04-07 11:45:03 -07:00 |
|
Oleg Solomko
|
4e15134bd2
|
make the chat prompt decoder to emit @mentions
|
2025-04-07 11:45:03 -07:00 |
|
Oleg Solomko
|
0160d1de1e
|
treat @ as a word-stopping character
|
2025-04-07 11:45:03 -07:00 |
|
Oleg Solomko
|
721cf80c9f
|
treat standalone \r as a \n for backward compatibility with old Mac OSx systems
|
2025-04-07 11:45:03 -07:00 |
|