DeepSeek ext is an AI chat tool that helps you ask anything.
- Install npm packages
npm install
- Install DeepSeek latest model using ollama
ollama pull deepseek-r1:latest
- Build VSCode extension and create .vsix file
npm run build
- Import the .vsix file from 'Install from VSIX...' command on VSCode Extension tab
- Open Command pallet on VSCode
- Type 'DeepSeek Chat' and send message from GUI
