diff --git a/.gitignore b/.gitignore index 3590f538cd..f59eb8e6a3 100644 --- a/.gitignore +++ b/.gitignore @@ -253,6 +253,3 @@ paket-files/ # Node /**/node_modules - -# VS.Code -/**/.vscode diff --git a/Node/CarouselCards/.vscode/launch.json b/Node/CarouselCards/.vscode/launch.json new file mode 100644 index 0000000000..2cc7ea7271 --- /dev/null +++ b/Node/CarouselCards/.vscode/launch.json @@ -0,0 +1,25 @@ +{ + "version": "0.2.0", + "configurations": [{ + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + }] +} \ No newline at end of file diff --git a/Node/ChannelData/.vscode/launch.json b/Node/ChannelData/.vscode/launch.json new file mode 100644 index 0000000000..2735658711 --- /dev/null +++ b/Node/ChannelData/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/ContosoFlowers/.vscode/launch.json b/Node/ContosoFlowers/.vscode/launch.json new file mode 100644 index 0000000000..b7cd941781 --- /dev/null +++ b/Node/ContosoFlowers/.vscode/launch.json @@ -0,0 +1,28 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "", + "BING_MAPS_KEY": "ApBn8xoItlENbFx-rr1kzt_JakWdFTH24taCasYxQCgit15NtDeYrztO4chDtrg5" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} diff --git a/Node/CreateNewConversation/.vscode/launch.json b/Node/CreateNewConversation/.vscode/launch.json new file mode 100644 index 0000000000..2735658711 --- /dev/null +++ b/Node/CreateNewConversation/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/DirectLine/DirectLineBot/.vscode/launch.json b/Node/DirectLine/DirectLineBot/.vscode/launch.json new file mode 100644 index 0000000000..2735658711 --- /dev/null +++ b/Node/DirectLine/DirectLineBot/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/DirectLine/DirectLineClient/.vscode/launch.json b/Node/DirectLine/DirectLineClient/.vscode/launch.json new file mode 100644 index 0000000000..d93beae8a8 --- /dev/null +++ b/Node/DirectLine/DirectLineClient/.vscode/launch.json @@ -0,0 +1,25 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/GetConversationMembers/.vscode/launch.json b/Node/GetConversationMembers/.vscode/launch.json new file mode 100644 index 0000000000..2735658711 --- /dev/null +++ b/Node/GetConversationMembers/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/LUIS/.vscode/launch.json b/Node/LUIS/.vscode/launch.json new file mode 100644 index 0000000000..c9cd47d4d1 --- /dev/null +++ b/Node/LUIS/.vscode/launch.json @@ -0,0 +1,28 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "", + "LUIS_MODEL_URL": "https://api.projectoxford.ai/luis/v1/application?id=162bf6ee-379b-4ce4-a519-5f5af90086b5&subscription-key=11be6373fca44ded80fbe2afa8597c18" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/MultiDialogs/.vscode/launch.json b/Node/MultiDialogs/.vscode/launch.json new file mode 100644 index 0000000000..2735658711 --- /dev/null +++ b/Node/MultiDialogs/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/ReceiveAttachment/.vscode/launch.json b/Node/ReceiveAttachment/.vscode/launch.json new file mode 100644 index 0000000000..2cc7ea7271 --- /dev/null +++ b/Node/ReceiveAttachment/.vscode/launch.json @@ -0,0 +1,25 @@ +{ + "version": "0.2.0", + "configurations": [{ + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + }] +} \ No newline at end of file diff --git a/Node/RichCards/.vscode/launch.json b/Node/RichCards/.vscode/launch.json new file mode 100644 index 0000000000..2cc7ea7271 --- /dev/null +++ b/Node/RichCards/.vscode/launch.json @@ -0,0 +1,25 @@ +{ + "version": "0.2.0", + "configurations": [{ + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + }] +} \ No newline at end of file diff --git a/Node/SendAttachment/.vscode/launch.json b/Node/SendAttachment/.vscode/launch.json new file mode 100644 index 0000000000..2735658711 --- /dev/null +++ b/Node/SendAttachment/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + } + ] +} \ No newline at end of file diff --git a/Node/State/.vscode/launch.json b/Node/State/.vscode/launch.json new file mode 100644 index 0000000000..2cc7ea7271 --- /dev/null +++ b/Node/State/.vscode/launch.json @@ -0,0 +1,25 @@ +{ + "version": "0.2.0", + "configurations": [{ + "name": "Launch", + "type": "node", + "request": "launch", + "program": "${workspaceRoot}/app.js", + "stopOnEntry": false, + "args": [], + "cwd": "${workspaceRoot}", + "preLaunchTask": null, + "runtimeExecutable": null, + "runtimeArgs": [ + "--nolazy" + ], + "env": { + "NODE_ENV": "development", + "MICROSOFT_APP_ID": "", + "MICROSOFT_APP_PASSWORD": "" + }, + "externalConsole": false, + "sourceMaps": false, + "outDir": null + }] +} \ No newline at end of file