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

Commit c3539de

Browse files
Merge pull request #395 from MicrosoftDX/dev
From Dev for 0.5
2 parents 75e6110 + 5512e23 commit c3539de

File tree

80 files changed

+8430
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+8430
-50
lines changed

.vscode/launch.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,32 @@
6363
"runtimeExecutable": null,
6464
"env": {}
6565
},
66+
{
67+
"name": "Launch botbuilder sample",
68+
"type": "node",
69+
"program": "${workspaceRoot}/client samples/botbuilder/index.js",
70+
"stopOnEntry": false,
71+
"args": [
72+
"--nolazy"
73+
],
74+
"cwd": "${workspaceRoot}/client samples/botbuilder",
75+
"runtimeExecutable": null,
76+
"env": {}
77+
},
78+
{
79+
"name": "Launch ContosoFlowers sample",
80+
"type": "node",
81+
"program": "${workspaceRoot}/client samples/contosoflowers/app.js",
82+
"stopOnEntry": false,
83+
"args": [
84+
"--nolazy"
85+
],
86+
"cwd": "${workspaceRoot}/client samples/contosoflowers",
87+
"runtimeExecutable": null,
88+
"env": {
89+
"BING_MAPS_KEY":"K8LDhHtIMTPZO2lkv0RQ~obPXA8ITMZ2m8JanyFpxqg~Aix9KcaOiNfYAEfw3wIjvWXfmK6zMF9anDvj5u44vvPbgow2Ns_EsIsUz4pcmrSa"
90+
}
91+
},
6692
{
6793
// Name of configuration; appears in the launch configuration drop down menu.
6894
"name": "Launch w/TypeScript",

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
{
33

44
"editor.fontSize": 15,
5+
"search.exclude": {
6+
"**/node_modules": false,
7+
"**/bower_components": true
8+
}
59
}

Plugins/Vorlon/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
!plugins/nodejs/**
1414
!plugins/nodejs/**/*.css
1515
!plugins/nodejs/**/*.js
16-
!plugins/nodejs/dom-timeline.js
16+
!plugins/nodejs/dom-timeline.js
17+
!plugins/botFrameworkInspector/**/*.css

0 commit comments

Comments
 (0)