-
Couldn't load subscription status.
- Fork 8.9k
Enable terminal chat message copy #19009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/llm
Are you sure you want to change the base?
Changes from 7 commits
49c5c61
4eb570c
d9334b1
3e99957
53ce794
f62745d
e2c291b
4c53b72
b7a2de8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -285,4 +285,5 @@ profiles.json | |
| *.swp | ||
|
|
||
| # MSBuildCache | ||
| /MSBuildCacheLogs/ | ||
| /MSBuildCacheLogs/ | ||
| enc_temp_folder/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -318,6 +318,11 @@ | |
| <ListView.ItemContainerStyle> | ||
| <Style TargetType="ListViewItem"> | ||
| <Setter Property="HorizontalContentAlignment" Value="Stretch" /> | ||
| <Setter Property="ContextFlyout"> | ||
| <Setter.Value> | ||
| <mtu:TextMenuFlyout x:Name="test" /> | ||
|
||
| </Setter.Value> | ||
| </Setter> | ||
| </Style> | ||
| </ListView.ItemContainerStyle> | ||
| </ListView> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -197,4 +197,8 @@ | |
| <value>GitHub Copilot</value> | ||
| <comment>The metadata string to display whenever a response is received from the GitHub Copilot service provider</comment> | ||
| </data> | ||
| </root> | ||
| <data name="CopyMessage" xml:space="preserve"> | ||
|
||
| <value>Copy Message</value> | ||
| <comment>Copy terminal chat message</comment> | ||
| </data> | ||
| </root> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, what is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build artifact from vs I think? I thought I modified the gitignore to exclude that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see that is the gitignore. duh. Yea those are some build artifacts that started showing up.