diff --git a/LICENSE b/LICENSE index a5450f1..b559e80 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2019 The Godot Engine community +Copyright (c) 2016-2022 The Godot Engine community Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/icon.png b/icon.png index 7b1c00b..49554bb 100644 Binary files a/icon.png and b/icon.png differ diff --git a/package.json b/package.json index 0b948eb..99480a1 100644 --- a/package.json +++ b/package.json @@ -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",