Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>InternalNew to Visual Studio Code? Get it now.
Internal

Internal

shahul hameed darvesh

|
4 installs
| (0) | Free
VS Code extension for checking developer tools, detecting project types, suggesting dependency fixes, and guiding beginner developers.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

internal

Internal is a TypeScript-based VS Code extension focused on beginner developer guidance. It includes environment checks, project detection, dependency repair suggestions, terminal error translation, a project health view, and beginner-mode UX helpers.

Development

Install dependencies:

npm install

Compile the extension:

npm run compile

Launch the Extension Development Host:

code .

Then press F5 in VS Code.

Tests

Run local unit tests:

npm run test:unit

Run VS Code extension-host tests:

npm run test:extension

Run the full test suite:

npm test
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft