I use these snippets in my Teams AI Library projects (or other projects).
Created
September 25, 2025 00:43
-
-
Save heyitsaamir/50fae989d252de18af017e5678e284ad to your computer and use it in GitHub Desktop.
Launch.json for Teams AI Library projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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