Skip to content

Instantly share code, notes, and snippets.

@heyitsaamir
Created September 25, 2025 00:43
Show Gist options
  • Save heyitsaamir/50fae989d252de18af017e5678e284ad to your computer and use it in GitHub Desktop.
Save heyitsaamir/50fae989d252de18af017e5678e284ad to your computer and use it in GitHub Desktop.
Launch.json for Teams AI Library projects

README.md

I use these snippets in my Teams AI Library projects (or other projects).

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch via NPM",
"request": "launch",
"runtimeArgs": ["run-script", "dev"],
"cwd": "${workspaceFolder}",
"runtimeExecutable": "npm",
"type": "node"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment