Skip to content

Commit

Permalink
Merge branch 'bobzhang-fix_399'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Mar 3, 2020
2 parents aa526cb + bf3f33a commit 6cb8b4b
Show file tree
Hide file tree
Showing 41 changed files with 1,044 additions and 693 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@
"stopOnEntry": false,
"sourceMaps": false,
},
{
"name": "BS 7.2",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}/editor-extensions/vscode",
"${workspaceRoot}/examples/bs-7.2"
],
"stopOnEntry": false,
"sourceMaps": false,
},
{
"name": "Workspace",
"type": "extensionHost",
Expand Down
2 changes: 1 addition & 1 deletion esy.lock/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6cb8b4b

Please sign in to comment.