Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>deepseek-balanceNew to Visual Studio Code? Get it now.
deepseek-balance

deepseek-balance

liooil

|
3 installs
| (0) | Free
Show DeepSeek balance in status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

deepseek-balance

Show your DeepSeek account balance in the VS Code status bar.

Features

  • Displays the current DeepSeek balance in the status bar.
  • Lets you configure the API key securely through VS Code secrets storage.
  • Supports periodic refresh with the deepseekBalance.refreshIntervalMinutes setting.

Extension Settings

This extension contributes the following setting:

  • 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.

Local packaging

You can package or publish locally with:

npm run package:vsix
npm run publish:vsce
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft