Skip to content

Commit 6cb8b4b

Browse files
committed
Merge branch 'bobzhang-fix_399'
2 parents aa526cb + bf3f33a commit 6cb8b4b

File tree

41 files changed

+1044
-693
lines changed

Some content is hidden

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

41 files changed

+1044
-693
lines changed

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@
7474
"stopOnEntry": false,
7575
"sourceMaps": false,
7676
},
77+
{
78+
"name": "BS 7.2",
79+
"type": "extensionHost",
80+
"request": "launch",
81+
"runtimeExecutable": "${execPath}",
82+
"args": [
83+
"--extensionDevelopmentPath=${workspaceRoot}/editor-extensions/vscode",
84+
"${workspaceRoot}/examples/bs-7.2"
85+
],
86+
"stopOnEntry": false,
87+
"sourceMaps": false,
88+
},
7789
{
7890
"name": "Workspace",
7991
"type": "extensionHost",

esy.lock/.gitattributes

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)