-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsource.extension.cs
18 lines (18 loc) · 926 Bytes
/
source.extension.cs
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 = @"AI Studio helps you with the power of chatGPT in many subjects such as adding unit tests, refactoring code, adding summary, etc. while writing code, just by right click on the code.";
public const string Language = "en-US";
public const string Version = "1.4.0";
public const string Author = "Emrah Kondur";
public const string Tags = "AI, chatGPT, UnitTest, Refactor, Summary, OpenAI";
}
}