Skip to content

Commit

Permalink
launch 수정
Browse files Browse the repository at this point in the history
모듈 업데이트
  • Loading branch information
s2quake committed Jan 1, 2021
1 parent f190801 commit c2ec800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"program": "${workspaceFolder}/JSSoft.Library.Commands/JSSoft.Library.Commands.Parse/bin/Debug/netcoreapp3.1/parse.dll",
"args": "version",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/JSSoft.Library.Commands/JSSoft.Library.Commands.Parse/bin/Debug/netcoreapp3.1",
"stopAtEntry": false
},
{
Expand All @@ -19,6 +20,7 @@
"program": "${workspaceFolder}/JSSoft.Library.Commands/JSSoft.Library.Commands.Invoke/bin/Debug/netcoreapp3.1/invoke.dll",
"args": "",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/JSSoft.Library.Commands/JSSoft.Library.Commands.Invoke/bin/Debug/netcoreapp3.1",
"stopAtEntry": false
},
{
Expand All @@ -29,6 +31,7 @@
"program": "${workspaceFolder}/JSSoft.Library.Commands/JSSoft.Library.Commands.Repl/bin/Debug/netcoreapp3.1/repl.dll",
"args": "",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/JSSoft.Library.Commands/JSSoft.Library.Commands.Repl/bin/Debug/netcoreapp3.1",
"stopAtEntry": false
}
]
Expand Down
2 changes: 1 addition & 1 deletion JSSoft.Library
2 changes: 1 addition & 1 deletion JSSoft.Library.Commands

0 comments on commit c2ec800

Please sign in to comment.