Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #395 from MicrosoftDX/dev
Browse files Browse the repository at this point in the history
From Dev for 0.5
  • Loading branch information
etiennemargraff authored Jan 20, 2017
2 parents 75e6110 + 5512e23 commit c3539de
Show file tree
Hide file tree
Showing 80 changed files with 8,430 additions and 50 deletions.
26 changes: 26 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,32 @@
"runtimeExecutable": null,
"env": {}
},
{
"name": "Launch botbuilder sample",
"type": "node",
"program": "${workspaceRoot}/client samples/botbuilder/index.js",
"stopOnEntry": false,
"args": [
"--nolazy"
],
"cwd": "${workspaceRoot}/client samples/botbuilder",
"runtimeExecutable": null,
"env": {}
},
{
"name": "Launch ContosoFlowers sample",
"type": "node",
"program": "${workspaceRoot}/client samples/contosoflowers/app.js",
"stopOnEntry": false,
"args": [
"--nolazy"
],
"cwd": "${workspaceRoot}/client samples/contosoflowers",
"runtimeExecutable": null,
"env": {
"BING_MAPS_KEY":"K8LDhHtIMTPZO2lkv0RQ~obPXA8ITMZ2m8JanyFpxqg~Aix9KcaOiNfYAEfw3wIjvWXfmK6zMF9anDvj5u44vvPbgow2Ns_EsIsUz4pcmrSa"
}
},
{
// Name of configuration; appears in the launch configuration drop down menu.
"name": "Launch w/TypeScript",
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
{

"editor.fontSize": 15,
"search.exclude": {
"**/node_modules": false,
"**/bower_components": true
}
}
3 changes: 2 additions & 1 deletion Plugins/Vorlon/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
!plugins/nodejs/**
!plugins/nodejs/**/*.css
!plugins/nodejs/**/*.js
!plugins/nodejs/dom-timeline.js
!plugins/nodejs/dom-timeline.js
!plugins/botFrameworkInspector/**/*.css
Loading

0 comments on commit c3539de

Please sign in to comment.