Skip to content

Commit

Permalink
Updated launch to remove old demos.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmayomsft committed Apr 26, 2018
1 parent 7849877 commit c415333
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "1-Primitives-TS",
"sourceMaps": true,
"program": "${workspaceRoot}/samples/1-primitives-ts/src/app.ts",
"outFiles": [ "${workspaceRoot}/samples/1-primitives-ts/lib/**/*.js", "${workspaceRoot}/source/lib/**/*.js" ]
},
{
"type": "node",
"request": "launch",
"name": "2-SimplePrompt-TS",
"sourceMaps": true,
"program": "${workspaceRoot}/samples/2-simpleprompt-ts/src/app.ts",
"outFiles": [ "${workspaceRoot}/samples/2-simpleprompt-ts/lib/**/*.js", "${workspaceRoot}/source/lib/**/*.js" ]
},
{
"type": "node",
"request": "launch",
"name": "3-Topic-TS",
"sourceMaps": true,
"program": "${workspaceRoot}/samples/3-topic-ts/src/app.ts",
"outFiles": [ "${workspaceRoot}/samples/3-topic-ts/lib/**/*.js", "${workspaceRoot}/source/lib/**/*.js" ]
},
{
"type": "node",
"request": "launch",
Expand Down

0 comments on commit c415333

Please sign in to comment.