vscode-extension-workflow | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / vscode-extension-workflow

vscode-extension-workflow

maintained by robinbreast

star 2 account_tree 0 verified_user MIT License
bolt View GitHub

name: vscode-extension-workflow description: Build, lint, test, and package this VS Code extension. Use when changing extension commands, activation, packaging, or build/test scripts. compatibility: Requires Node.js, npm, and VS Code extension tooling.

Use this skill when working on workflows or commands for this repo's VS Code extension.

Shared conventions

  • Follow AGENTS.md for coding style, TypeScript/lint rules, testing conventions, and shared engineering constraints.
  • Keep this skill focused on workflow/packaging/command concerns.

Key files

Commands

  • Install deps: npm install
  • Bundle (dev): npm run esbuild
  • Bundle (minified): npm run vscode:prepublish
  • Type check: npm run compile
  • Lint: npm run lint
  • Tests: npm test

Single test

Workflow checklist

  1. Update package.json commands or contributions as needed.
  2. Keep README.md in sync with new commands or settings.
  3. Avoid editing generated output in out/ or dist/.
  4. Match existing TypeScript style and ESLint rules.
  5. Run npm run compile, npm run lint, and npm test after changes when feasible.
  6. Keep docs DRY: reference package.json as command/settings source of truth.
  7. Think and design first before implementation; decide workflow impacts before changing scripts/contributions.
  8. Always apply SOLID and DRY principles when changing extension workflow behavior.
  9. Avoid unnecessary refactors of scripts/contributions; keep workflow edits minimal and focused.

Feature/workflow hotspots

  • Filter controls now support per-field modes (Contains/Regex/Glob) and recent-filter operations.
  • Custom view flows include select/apply/toggle/import/export plus workspace/global storage scope.
  • Performance behavior includes refreshMode, debounceDelay, and adaptiveDebounce settings.
  • Search and saved filters use persistent stores (SearchHistoryStore, SavedFiltersStore).

Gotchas

  • The extension activates on onLanguage:arxml.
  • Additional activation occurs for views (arxml-integrated-view, bookmark-tree-view).
  • ESLint uses flat config (eslint.config.js), not legacy eslintrc files.
  • Tests are Mocha-based and executed via the VS Code test runner.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 2
GitHub Forks 0
Created Mar 2026
Last Updated il y a 3 mois
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
collaborating-with-codex
chevron_right
code-review-router
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.