aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeonXP <i@neonxp.dev>2023-08-06 01:49:54 +0300
committerNeonXP <i@neonxp.dev>2023-08-06 01:53:05 +0300
commit0eaa18df4b855afa96f30985232db1c45c7ba8a9 (patch)
treec4b435f9dd1ebe7e8c816266f8a6fb7df97eaf2c
parent62d978d8a9ac7096b8fa712cb80ba9f02f134af4 (diff)
fix badge
-rw-r--r--README.md5
-rw-r--r--package.json56
2 files changed, 28 insertions, 33 deletions
diff --git a/README.md b/README.md
index 0bf59c9..20d3049 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
# Golang Tools
-[![Version](https://vsmarketplacebadge.apphb.com/version/neonxp.gotools.svg)](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools)
-[![Installs](https://img.shields.io/visual-studio-marketplace/i/neonxp.gotools?label=Visual%20Studio%20Marketplace%20installs)](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools)
-[![Installs](https://img.shields.io/open-vsx/dt/neonxp/gotools?label=Open-VSX%20installs)](https://open-vsx.org/extension/neonxp/gotools)
-[![GPLv3](https://img.shields.io/github/license/neonxp/GoTools)](/LICENSE)
-
[Install extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools)
[Install extension from Open-VSX](https://open-vsx.org/extension/neonxp/gotools) (codeserver/vscodium/gitpod)
diff --git a/package.json b/package.json
index f1d5814..17b7545 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
- "name": "gotools",
- "displayName": "Golang Tools",
- "description": "Tools for productive work",
- "version": "0.1.1",
- "engines": {
- "vscode": "^1.81.0"
- },
- "publisher": "neonxp",
+ "name": "gotools",
+ "displayName": "Golang Tools",
+ "description": "Tools for productive work",
+ "version": "0.1.2",
+ "engines": {
+ "vscode": "^1.81.0"
+ },
+ "publisher": "neonxp",
"license": "GPL-3.0-or-later",
"author": {
"name": "Alexander NeonXP Kiryukhin",
@@ -27,10 +27,10 @@
"go",
"golang"
],
- "activationEvents": [
+ "activationEvents": [
"onLanguage:go"
- ],
- "main": "./src/extension.js",
+ ],
+ "main": "./src/extension.js",
"contributes": {
"snippets": [
{
@@ -53,20 +53,20 @@
}
]
},
- "scripts": {
- "lint": "eslint .",
- "pretest": "npm run lint",
- "test": "node ./test/runTest.js"
- },
- "devDependencies": {
- "@types/vscode": "^1.81.0",
- "@types/glob": "^8.1.0",
- "@types/mocha": "^10.0.1",
- "@types/node": "20.2.5",
- "eslint": "^8.41.0",
- "glob": "^8.1.0",
- "mocha": "^10.2.0",
- "typescript": "^5.1.3",
- "@vscode/test-electron": "^2.3.2"
- }
-}
+ "scripts": {
+ "lint": "eslint .",
+ "pretest": "npm run lint",
+ "test": "node ./test/runTest.js"
+ },
+ "devDependencies": {
+ "@types/vscode": "^1.81.0",
+ "@types/glob": "^8.1.0",
+ "@types/mocha": "^10.0.1",
+ "@types/node": "20.2.5",
+ "eslint": "^8.41.0",
+ "glob": "^8.1.0",
+ "mocha": "^10.2.0",
+ "typescript": "^5.1.3",
+ "@vscode/test-electron": "^2.3.2"
+ }
+} \ No newline at end of file