Skip to content

Commit

Permalink
Added support for project.json files, which specify which Obsidian fi…
Browse files Browse the repository at this point in the history
…les contain the chaincode and client.

This allows the extension to build and run the right code regardless of which window has focus.
  • Loading branch information
mcoblenz committed Sep 3, 2019
1 parent 4a79c9f commit 0fbef6f
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 146 deletions.
2 changes: 1 addition & 1 deletion obs-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
{
"command": "extension.runObsidianClient",
"title": "Obsidian: Run client"
"title": "Obsidian: Compile and run client"
},
{
"command": "extension.obsidianDown",
Expand Down

0 comments on commit 0fbef6f

Please sign in to comment.