Skip to main content

03 - Step-by-Step: Editing Scripts in VS Code

Practice the round-trip workflow between Paracore and VS Code.

1. Launch the IDE

  1. Click the ellipses (...) on any script card in the Gallery.
  2. Select Edit Script.
  3. Wait for VS Code to launch with the project workspace.

2. Edit Metadata via UI

  1. In the Paracore Gallery, click the ellipses (...) on your script card.
  2. Select Edit Metadata.
  3. Change the Description or Author.
  4. Click Save Metadata and watch the script card update.

3. Write and Save Code

  1. In VS Code, navigate to the Scripts/ folder and open the main .cs file.
  2. Inside the logic area, type: Println("Interactive Sync Test");.
  3. Press Ctrl + S to save the file.

4. Run and Verify

  1. Switch back to Paracore.
  2. Click the Run button.
  3. Observe the output in the Console tab.

Next Exercise: 04 - Parameter Engine and the Params class