-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathsource.extension.cs
More file actions
18 lines (18 loc) · 923 Bytes
/
source.extension.cs
File metadata and controls
18 lines (18 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by VSIX Synchronizer
// </auto-generated>
// ------------------------------------------------------------------------------
namespace AI_Studio
{
internal sealed partial class Vsix
{
public const string Id = "AI_Studio.74F4FED3-20F1-4F08-BEC5-1219C8EDC2AD";
public const string Name = "AI Studio";
public const string Description = @"Supercharge your Visual Studio workflow with AI-powered tools like code generation, refactoring, commenting, unit test creation, and more, right from the right-click menu.";
public const string Language = "en-US";
public const string Version = "2.6.1";
public const string Author = "Emrah Kondur";
public const string Tags = "AI, UnitTest, Refactor, Summary, OpenAI, Ollama, Claude";
}
}