Whats new in 1.0.8
AboutThis Visual Studio Code extension allows you to quickly generate a Symitar session which returns a session ID and connection ID. Requirements
Getting StartedTo get started you need to set these required settings either in your workspace settings JSON file or through the preferences GUI.
How To UseEntering your passwordYou have two options for entering your password for authenticating.
1. Storing password in secret storageYou can store your password in Visual Studio Codes's secret storage by running the command NOTE If you need to change your password simply run 2. Manual Password EntryIf you do not want to store your password you can enter it everytime you request a new session. You will be prompted for it after running the Generating a sessionTo generate a new session run the NOTE If you have already set your password using the Open Command Palete:
Enter:
NOTE Ensure that you are connected to VPN first or you will not be able to authenticate. Once you are authenticated with the server a new file will open with your connection ID and session ID in JSON format. Example
Calling a post authentication scriptAfter authenticating you can automatically call a node script to do things like updating files in the project or settings environment variables utilizing the new session credentials. You can set the For example creating a node script and placing it in the root of the project at symitar/postHook.js
and then setting the This script will get called with the conenction ID and session ID passed as CLI arguments. Resetting or removing your stored passwordTo remove your password run the command To change your password run the command |