-
Copy
jcsh
directory to%USERPROFILE%\.vscode\extensions
. -
Restart Visual Studio Code.
-
Configure a new task in your tasks.json file (Terminal>Configure tasks). Don't forget to change the base path for JCShell twice.
{ "type": "shell", "label": "Run .jcsh script", "command": "d:/tools/jcshell/5.17/jcshell.bat", "args": [ "-v", "-x", "-d", "-f", "${file}" ], "group": { "kind": "build", "isDefault": true }, "presentation": { "reveal": "always", "focus": false, "echo": true, "showReuseMessage": false, "panel": "new", "clear": false, }, "options": { // very important: without this scripts won't run as expected ie. won't print apdus "cwd": "d:/tools/jcshell/5.17" }, "runOptions": {}, "problemMatcher": [] }
-
Open a script .jcsh and run it from Terminal > Run task.
-
Notifications
You must be signed in to change notification settings - Fork 0
lmiguelmh/jcshell-for-vscode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
JCShell integration with Visual Studio Code: running jcsh scripts from VS Code, jcsh language definition for VS Code
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published