CALS EXTENSION
1. System specification
- Operation system
- Windows, macOS, Linux
- Hardware specification
- Processor from 1.6GHZ
- From RAM 1GB
2. Explanation
- Below are several reasons for using the
extension
.CALS
have various lambdas to run lots of search, save, delete, etc., functions.- When creating a specific logic by
CALS
, to develop functions difficult to develop by common lambda and config - Program extension is available for developer to create lambda used for
CALS
directly. - You can use
extensions
and create and use custom lambda byJavaScript
.
3. Installation
To install the
CALS extension
, first of all, launch theVSCode
.After clicking on the
Extensions
menu on the left side, searchcals-vscode-extension
and theninstall
it.After completing the installation, click on the
CALS Explorer
menu on the left side to access theExtension
.
(※ When running extension in the first time after installation, an error can occurs due to missing credentials, guide for credentials is provided in 3-5)
If the installed version of
Node.js
is lower than18
, the following error will occur. Please uninstall it and refer to this guide for installation.Click on
CALS Credentials
in the right bottom to start the credentials setup.After confirming that the top popup window has appeared, enter the desired profile name.
(※ Recommend to input unique profile name for each developer)
Enter the
Access Key
received for theapplication
creation request.(※ If you do not know Key, please ask Application managing person.)
Input the
Secret Key
received for theapplication
creation request.(※ If you do not know Key, please ask Application managing person.)
Input
Credential Key
received for theapplication
creation request.(※ If you do not know Key, please ask Application managing person.)
After entering all the keys and successfully completing the process, you will be able to see the
Lambda Object
underREMOTE – CALS PROJECTS
, and the console window will confirm that you are logged in with the created profile name.