# vscode-chatgpt **Repository Path**: kenneway/vscode-chatgpt ## Basic Information - **Project Name**: vscode-chatgpt - **Description**: VS Code Extension For ChatGPT - **Primary Language**: TypeScript - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-08-04 - **Last Updated**: 2025-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 声明:本代码仅为交流学习 ## 由于原作者不再维护原版[vscode-chatgpt](https://github.com/gencay/vscode-chatgpt),此Repo会努力继续更新vscode-chatgpt插件,但与原作者相同原因**不会上架vscode插件市场**,只能以vsix方式本地安装。 ## 如何构建 .vsix 参见参考:[publishing-extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) 1. `npm install -g @vscode/vsce` 2. `vsce package` 3. 将打包的 `vscode-chatgpt-3.9.7-0.xsix` 通过vscode的本地安装功能进行安装。 ## 注意 * 本地安装 `.vsix`前先卸载 vsode-chatgpt插件 --- 以下 Link [vscode-chatgpt](https://github.com/gencay/vscode-chatgpt) 原文

Hi everyone - Thank you for your interest in this extension. Unfortunately, with a sad heart, we made the hard decision to remove the extension from marketplace and discontinue this project for various reasons:

### How to run - Clone the repository to your local machine - On the root directory, run `yarn` command to install the dependencies listed in `package.json` - Within VS Code - run the project by simply hitting F5. - You could also create a 'vsix' package from the source-code and install manually.