mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
Having a `workspace.code-workspace` file in the root of this workspace will cause the Extension Development Host to automatically open the specified folder. I'm adding this to the gitignore instead of committing a workspace file directly because I often want to specify a real project for testing, and that local path obviously shouldn't be committed. This workspace file will cause the Extension Development Host to open the godot-tools folder as a workspace. Simply replace the path with a path to a real project to open that instead.
11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
out
|
|
node_modules
|
|
server
|
|
publish/*.vsix
|
|
test
|
|
*.vsix
|
|
configurations/tmp.txt
|
|
configurations/test.py
|
|
.vscode-test
|
|
workspace.code-workspace
|