mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Update extension metadata for better presentation on VS Marketplace
This also updates copyright statements to 2022.
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
BIN
icon.png
BIN
icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.4 KiB |
13
package.json
13
package.json
@@ -3,19 +3,26 @@
|
|||||||
"displayName": "godot-tools",
|
"displayName": "godot-tools",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"description": "Tools for game development with godot game engine",
|
"description": "Tools for game development with Godot Engine and GDScript",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/godotengine/godot-vscode-plugin"
|
"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",
|
"author": "The Godot Engine community",
|
||||||
"publisher": "geequlim",
|
"publisher": "geequlim",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.33.0"
|
"vscode": "^1.33.0"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other",
|
"Programming Languages",
|
||||||
"Debuggers"
|
"Linters",
|
||||||
|
"Snippets",
|
||||||
|
"Debuggers",
|
||||||
|
"Other"
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"workspaceContains:project.godot",
|
"workspaceContains:project.godot",
|
||||||
|
|||||||
Reference in New Issue
Block a user