Skip to content

Commit

Permalink
Merge pull request #146 from perryrh0dan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
perryrh0dan authored Feb 17, 2023
2 parents 2a4005d + 2f408be commit d1980d2
Show file tree
Hide file tree
Showing 26 changed files with 459 additions and 348 deletions.
7 changes: 4 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
// "args": ["update"],
"cwd": "${workspaceRoot}",
"console": "externalTerminal",
"args": ["init"],
// "args": ["init"],
"args": ["repository", "add"],
},
{
"name": "(OSX) Launch",
Expand All @@ -18,9 +19,9 @@
"program": "${workspaceRoot}/target/debug/tmpo",
// "args": ["update"],
// "args": ["init", "-r", "https://github.com/perryrh0dan/templates", "-t", "typescript"],
// "args": ["repository", "add"],
"args": ["repository", "add"],
// "args": ["template", "add"],
"args": ["init"],
// "args": ["init"],
// "args": ["template", "create"],
"cwd": "${workspaceRoot}",
}
Expand Down
Loading

0 comments on commit d1980d2

Please sign in to comment.