Add project root configuration settings (#37)

* Add project root configuration settings

* Add run scene support for custom godot project directory
This commit is contained in:
Konstantin Zaitcev
2017-08-29 20:43:27 +07:00
committed by Geequlim
parent 4b3282cf03
commit ec7e1013aa
3 changed files with 20 additions and 9 deletions

View File

@@ -76,6 +76,11 @@
"type": "boolean",
"default": false,
"description": "Show node pathes of of workspace in the code completion"
},
"GodotTools.godotProjectRoot": {
"type": "strng",
"default": "",
"description": "Relate path to the godot project"
}
}
},