浏览代码

Add workspace file to `.gitignore` (#359)

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.
Daelon Suzuka 3 年之前
父节点
当前提交
13bd54d2fe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -7,3 +7,4 @@ test
 configurations/tmp.txt
 configurations/tmp.txt
 configurations/test.py
 configurations/test.py
 .vscode-test
 .vscode-test
+workspace.code-workspace