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 03c31a3 commit 3b003a3Copy full SHA for 3b003a3
Kotlin-1.0.0.vsix
14 KB
package.json
@@ -2,11 +2,11 @@
2
"name": "Kotlin",
3
"displayName": "Kotlin Language",
4
"description": "Kotlin language support for VS Code",
5
- "version": "1.0",
+ "version": "1.0.0",
6
"publisher": "mathiasfrohlich",
7
"license": "SEE LICENSE IN LICENSE or README.MD",
8
"engines": {
9
- "vscode": "^0.10.1"
+ "vscode": "^0.10.8"
10
},
11
"icon": "icon.png",
12
"categories": [
@@ -39,5 +39,8 @@
39
"scopeName": "source.Kotlin",
40
"path": "./syntaxes/kotlin.tmLanguage"
41
}]
42
+ },
43
+ "devDependencies": {
44
+ "vscode": "0.11.x"
45
}
46
0 commit comments