We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7874f commit 158b954Copy full SHA for 158b954
package.json
@@ -1,16 +1,21 @@
1
{
2
"name": "vscode-oeabl",
3
- "displayName": "OpenEdge ABL",
+ "publisher": "zvg",
4
+ "version": "0.1.1",
5
"description": "OpenEdge ABL language support for VS Code.",
6
+ "displayName": "OpenEdge ABL",
7
+ "author": "ZaphyrVonGenevese",
8
+ "license": "LICENSE",
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/ZaphyrVonGenevese/vscode-abl.git"
12
},
- "version": "0.1.1",
- "publisher": "zvg",
13
+ "bugs": {
14
+ "url": "https://github.com/ZaphyrVonGenevese/openedge-abl-syntax/issues"
15
+ },
16
"icon": "images/progress_icon.png",
17
"engines": {
- "vscode": "^1.5.0"
18
+ "vscode": "^1.3.0"
19
20
"categories": [
21
"Languages"
0 commit comments