Skip to content

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 by JavaScript.

3. Installation

  1. To install the CALS extension, first of all, launch the VSCode.

    Alt text

  2. After clicking on the Extensions menu on the left side, search cals-vscode-extension and then install it.

    Alt text

  3. After completing the installation, click on the CALS Explorer menu on the left side to access the Extension.

(※ 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)

Alt text

  1. If the installed version of Node.js is lower than 18, the following error will occur. Please uninstall it and refer to this guide for installation.

    Alt text

  2. Click on CALS Credentials in the right bottom to start the credentials setup.

    Alt text

  3. After confirming that the top popup window has appeared, enter the desired profile name.

    (※ Recommend to input unique profile name for each developer)

    Alt text

  4. Enter the Access Key received for the application creation request.

    (※ If you do not know Key, please ask Application managing person.)

  5. Input the Secret Key received for the application creation request.

    (※ If you do not know Key, please ask Application managing person.)

  6. Input Credential Key received for the application creation request.

    (※ If you do not know Key, please ask Application managing person.)

  7. After entering all the keys and successfully completing the process, you will be able to see the Lambda Object under REMOTE – CALS PROJECTS, and the console window will confirm that you are logged in with the created profile name.

    Alt text