Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit ff8fca4

Browse files
committed
Change version number
changed some formatting too
1 parent f4f2072 commit ff8fca4

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

package.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22
"name": "vba-snippets",
33
"publisher": "spences10",
44
"description": "Code snippets of vba for VSCode.",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"icon": "images/logo.png",
77
"license": "MIT",
8-
"engines": { "vscode": "0.10.x" },
9-
"categories": ["Snippets"],
8+
"engines": {
9+
"vscode": "0.10.x"
10+
},
11+
"categories": [
12+
"Snippets"
13+
],
1014
"contributes": {
11-
"snippets": [{
12-
"language": "vbscript",
13-
"path": "./snippets/vbscript.json"
14-
}]
15+
"snippets": [
16+
{
17+
"language": "vbscript",
18+
"path": "./snippets/vbscript.json"
19+
}
20+
]
1521
},
1622
"repository": {
1723
"type": "git",

0 commit comments

Comments
 (0)