A custom Visual Studio Code extension that integrates with Deep Seek, a cutting-edge AI chat from China. This project demonstrates how to create a VS Code extension with real-time interaction using WebView and TypeScript.
- Connects to the Deep Seek AI chat.
- Real-time message streaming.
- Simple and intuitive UI built with HTML/CSS in WebView.
-
Clone the repository:
git clone https://github.com/your-username/deep-seek-vscode-extension.git
-
Open the folder in VS Code.
-
Install dependencies:
npm install
- Run the extension in development mode:
Press F5 in VS Code to start debugging.
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
- Run the command: Deep Seek Chat.
- Interact with the AI chat in the WebView panel.
- MIT License