deepseekBalance.apiKey: API key used when deepseekBalance.apiKeySource is config.
deepseekBalance.refreshIntervalMinutes: Refresh interval in minutes. Default: 10.
Automated Publishing
This repository includes a GitHub Actions workflow that can publish the extension to the VS Code Marketplace.
Required GitHub secrets
Create these repository secrets before publishing:
VSCE_PAT: Personal Access Token created in the Visual Studio Marketplace publisher portal.
VSCE_PUBLISHER: Your Marketplace publisher ID.
Publish flow
The workflow file is .github/workflows/publish.yml.
Push a tag like v0.0.2 to publish automatically.
Or run the workflow manually from the GitHub Actions page.
The workflow builds the extension, packages a .vsix, publishes it to the Marketplace, and attaches the package to a GitHub Release when triggered by a tag.
Versioning rule
When publishing from a git tag, the tag version must match the version field in package.json.