Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>TrainingMugNew to Visual Studio Code? Get it now.
TrainingMug

TrainingMug

trainingmug

|
141 installs
| (0) | Free
TrainingMug is a tool for running code snippets in a webview.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TrainingMug Lab Extension

Make sure all of your ide has a tm.yml file which is the configuration file for the extension. The file should be in the root of your project. The file should have the following structure:

capstoneId: 2 # This is the id of the capstone
capstoneName:  Web Development # This is the name of the capstone
scripts:
  run: bun run dev
  build: bun run build
  start: bun run start
  test: bun run test
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft