Detect project.godot files automatically and let users select which to use

This commit is contained in:
Oles
2021-09-23 10:39:34 -04:00
parent 4785f95b60
commit f5465bb1ff
3 changed files with 103 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
"Other"
],
"activationEvents": [
"workspaceContains:project.godot",
"workspaceContains:**/project.godot",
"onDebugResolve:godot"
],
"main": "./dist/extension.bundled.js",