VS Code

Web-based VS Code

Learn to use the web-based VS Code server in Piglet Run.

Access

Open your browser and navigate to:

http://<ip>/code

Features

The web VS Code includes:

  • Full VS Code experience in browser
  • Extensions support
  • Integrated terminal
  • Git integration
  • Python, Go, Node.js support

Getting Started

1. Open a Folder

Click “Open Folder” and select /root/workspace.

2. Install Extensions

Recommended extensions:

  • Python
  • Pylance
  • GitLens
  • Database Client

3. Configure Settings

Press Ctrl+, to open settings.

Tips

  • Use Ctrl+Shift+P for command palette
  • `Ctrl+`` for integrated terminal
  • Ctrl+B to toggle sidebar

Next Steps