Update extension metadata for better presentation on VS Marketplace

This also updates copyright statements to 2022.
This commit is contained in:
Hugo Locurcio
2022-01-27 14:51:31 +01:00
parent 1b358fadec
commit 650170ce13
3 changed files with 11 additions and 4 deletions

View File

@@ -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

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -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",