timkmecl / chatgpt-vscode

VSCode extension that allows you to use ChatGPT or GPT4 inside the IDE
331 stars 81 forks source link

How to get `vsix` file? #5

Open timkmecl opened 1 year ago

timkmecl commented 1 year ago

Please tell me how to get vsix file after yarn package

Originally posted by @delicacyyy in https://github.com/timkmecl/chatgpt-vscode/issues/4#issuecomment-1350239202

timkmecl commented 1 year ago

To get the .vsix file which you can use to install the extension, you need to install vsce module (for example by running npm install -g vsce). After that, you just run vsce package from the directory of the project and it should generate the file.

delicacyyy commented 1 year ago

To get the .vsix file which you can use to install the extension, you need to install vsce module (for example by running npm install -g vsce). After that, you just run vsce package from the directory of the project and it should generate the file.

Animation cant find that under dist