Check client workspace directory is valid

Drop test initialize message sent to client
Remove unused code property for the parser class
This commit is contained in:
Geequlim 2019-06-25 18:09:42 +08:00 committed by geequlim
parent b2f02317fa
commit 9618b0c63e
3 changed files with 11 additions and 15 deletions

View file

@ -557,7 +557,6 @@ const Array &ExtendGDScriptParser::get_member_completions() {
Error ExtendGDScriptParser::parse(const String &p_code, const String &p_path) {
path = p_path;
code = p_code;
lines = p_code.split("\n");
Error err = GDScriptParser::parse(p_code, p_path.get_base_dir(), false, p_path, false, NULL, false);