Browse Source

Remove the configuration item 'godot-tools.check_config' as it has no effect (#246)

This closes #240.
Nils "Linkpy" Reid 4 years ago
parent
commit
116d74d355
1 changed files with 0 additions and 5 deletions
  1. 0 5
      package.json

+ 0 - 5
package.json

@@ -113,11 +113,6 @@
 					"type": "string",
 					"type": "string",
 					"default": "",
 					"default": "",
 					"description": "The scene file to run"
 					"description": "The scene file to run"
-				},
-				"godot-tools.check_status": {
-					"type": "string",
-					"default": "",
-					"description": "Check the gdscript language server connection status"
 				}
 				}
 			}
 			}
 		},
 		},