|
@@ -3,19 +3,26 @@
|
|
|
"displayName": "godot-tools",
|
|
|
"icon": "icon.png",
|
|
|
"version": "1.1.3",
|
|
|
- "description": "Tools for game development with godot game engine",
|
|
|
+ "description": "Tools for game development with Godot Engine and GDScript",
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/godotengine/godot-vscode-plugin"
|
|
|
},
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/godotengine/godot-vscode-plugin/issues"
|
|
|
+ },
|
|
|
+ "license": "MIT",
|
|
|
"author": "The Godot Engine community",
|
|
|
"publisher": "geequlim",
|
|
|
"engines": {
|
|
|
"vscode": "^1.33.0"
|
|
|
},
|
|
|
"categories": [
|
|
|
- "Other",
|
|
|
- "Debuggers"
|
|
|
+ "Programming Languages",
|
|
|
+ "Linters",
|
|
|
+ "Snippets",
|
|
|
+ "Debuggers",
|
|
|
+ "Other"
|
|
|
],
|
|
|
"activationEvents": [
|
|
|
"workspaceContains:project.godot",
|