Skip to content

Commit fd93c5a

Browse files
authored
add url to logs (#156)
1 parent 5ab518d commit fd93c5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CodeiumVS/Windows/ChatToolWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ public async Task ReloadAsync()
160160

161161
string uriString =
162162
clientUrl + "?" + string.Join("&", data.Select((pair) => $"{pair.Key}={pair.Value}"));
163+
164+
await package.LogAsync($"Chat page URL: {uriString}");
163165

164166
try
165167
{

CodeiumVS/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Codeium.VisualStudio" Version="1.8.94" Language="en-US" Publisher="Codeium" />
4+
<Identity Id="Codeium.VisualStudio" Version="1.8.95" Language="en-US" Publisher="Codeium" />
55
<DisplayName>Codeium</DisplayName>
66
<Description xml:space="preserve">The modern coding superpower: free AI code acceleration plugin for your favorite languages. Type less. Code more. Ship faster.</Description>
77
<MoreInfo>https://www.codeium.com</MoreInfo>

0 commit comments

Comments
 (0)