Build a Function
To build a function:
Using the Explorer View
-
Open VS Code.
-
Click the EDJX Extension.
-
In the Profile panel, click Connect to EDJX.
-
Click the Explorer view.
-
Navigate to the folder where the function resides.
-
Right-click the
edjconfig.yaml
file within your function folder. -
Click Build Function.
A confirmation dialog displays. -
Click Yes to proceed with the build process.
VS Code initiates a terminal instance, the process executes, and then a confirmation dialog displays.
Using the Code Viewer
-
View the file in the code viewer.
-
Click Build at the top of the code.
A confirmation dialog displays.
-
Click Yes to proceed with the build process.
VS Code initiates a terminal instance, the process executes, and then a confirmation dialog displays.
Using the Command Palette
-
Open VS Code.
-
Click View > Command Palette….
-
Enter EDJX: Connect to EDJX.
A prompt displays. -
Enter your username and password.
-
Click View > Command Palette….
-
Enter EDJX: Build Function.
-
Navigate to the folder where the function resides.
A confirmation dialog displays. -
Click Yes to proceed with the build process.
VS Code initiates a terminal instance, the process executes, and then a confirmation dialog displays.