03 - Step-by-Step: Editing Scripts in VS Code
Practice the round-trip workflow between Paracore and VS Code.
1. Launch the IDE
- Click the ellipses (...) on any script card in the Gallery.
- Select Edit Script.
- Wait for VS Code to launch with the project workspace.
2. Edit Metadata via UI
- In the Paracore Gallery, click the ellipses (...) on your script card.
- Select Edit Metadata.
- Change the Description or Author.
- Click Save Metadata and watch the script card update.
3. Write and Save Code
- In VS Code, navigate to the
Scripts/folder and open the main.csfile. - Inside the logic area, type:
Println("Interactive Sync Test");. - Press Ctrl + S to save the file.
4. Run and Verify
- Switch back to Paracore.
- Click the Run button.
- Observe the output in the Console tab.
Next Exercise: 04 - Parameter Engine and the Params class