-
Notifications
You must be signed in to change notification settings - Fork 0
VS Code Extension Commands and Views
YarCraSy edited this page Jul 8, 2026
·
2 revisions
Previous page: Activation and Contributions
deepseek-copilot.openChat
- Opens/focuses the DeepSeek Copilot sidebar.
- Should resolve the
deepseek-copilot.chatViewview.
deepseek-copilot.chatView
- Main React webview.
- Contains Chat, History, and Settings.
- Uses HTML generated by
WebviewProviderand assets fromdist/webview.
- The separate drop zone view was removed.
- Explorer copy/paste integration was not kept because VS Code does not expose copied Explorer URIs to webviews as normal clipboard data.
- Workspace context is currently entered through chat input path autocomplete after typing
./or../.
The public contribution icon lives at assets/DeepSeekIcon.svg.