This guide helps contributors, maintainers, and curious developers get started quickly.
- Node.js + pnpm
- VS Code
vsce(for packaging)- Git
acrosense/
├─ src/
│ └─ extension.ts
├─ dist/
├─ package.json
├─ acros.json (example)
└─ README.md
-
Install deps:
pnpm install
-
Start dev mode with auto‑build:
pnpm run watch
-
Press F5 in VS Code to launch the Extension Development Host.
-
Open any project inside the Dev Host window and test acronym hover.
Compile tests:
pnpm run compile-testsRun them:
pnpm test-
Login:
vsce login <publisher>
-
Package:
vsce package
-
Publish:
vsce publish
- Fork the repo
- Create a feature branch
- Run
pnpm run watchto develop - Submit a PR with a screenshot of your change
Thanks for contributing ❤️