Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Adam's LaboratoryNew to Visual Studio Code? Get it now.
Adam's Laboratory

Adam's Laboratory

Adam Coster

|
18 installs
| (0) | Free
Experiments and demos for VSCode extensions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Adam's VSCode Extension Laboratory

VSCode's extensions are super feature-rich. There are so many features, it can be hard to figure out what's even possible. And harder yet to figure out exactly how things work and what the little nuances are.

To that end, this extension provides demo and helper features to help understand how VSCode extensions work.

Features

Workspace Symbol Icons

To see all Symbol Icons by SymbolKind, ensure this extension's view is visible and trigger the Workspace Symbol Search (Ctrl+T).

See the related blog post for more info.

How Extensions Work

Extension Manifest

To make sure an extension is properly set up to be publishable and discoverable, its package.json (a.k.a. "Extension Manifest") must adhere to the manifest guidelines.

Extension Icon

Your manifest should list an "icon", which should be the path to a 256x256 PNG image. Make sure your .vscodeignore file doesn't exclude this path from your package!

In this project, that path is "images/flask-vial-mono.png".

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft