You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Jeffin Siby edited this page Nov 8, 2021
·
3 revisions
Installation
To clone the repository, execute https://github.com/zowe/vscode-extension-for-cics.git on a terminal.
Run cd vscode-extension-for-cics on the terminal to move into the repository.
Run npm i && npm run build on the terminal to install the node packages and create the out directory.
Running the extension in debug mode
Click on the Run and Debug button on the left side-bar to open the debug view.
Click the green Start Debugging button on the top of the view, or alternatively press F5.
This will run the code and open the extension in a new window, ready to be used.
Viewing error messages
To view error messages when running the extension in the debug window, switch back to the host window, and open up the Debug Console (View > Debug Console).