Description
Changelog
Reviews (0)
VSCode running inside the Godot game engine.
| Website | Discord |
|---|
How it works?
It creates a Webview node and loads the website https://vscode.dev. Then, it creates a tunnel from your local vscode by running code tunnel (automatically) and connects to that.
Project Settings
The plugin adds the following project settings under editor/ide/:
vscode_url(String, default:"https://vscode.dev"): The URL to load in the VSCode webviewauto_start_tunnel(bool, default:true): Whether to automatically start the VSCode tunnel when the editor starts
You can disable the auto-start tunnel and manually start it using "Project → Tools → Start VSCode tunnel" from the menu.
Changelog for version v1.0.0
No changelog provided for this version.