Languages -> Programming Languages (for #47103)

This commit is contained in:
Martin Aeschlimann
2018-04-03 14:29:05 +02:00
parent df381b6d1e
commit f57c35c0f2
9 changed files with 19 additions and 15 deletions

View File

@@ -12,9 +12,9 @@
"onLanguage:php"
],
"main": "./out/phpMain",
"dependencies": {
"vscode-nls": "^3.2.1"
},
"categories": [
"Programming Languages"
],
"contributes": {
"configuration": {
"title": "%configuration.title%",
@@ -76,6 +76,9 @@
"compile": "gulp compile-extension:php",
"watch": "gulp watch-extension:php"
},
"dependencies": {
"vscode-nls": "^3.2.1"
},
"devDependencies": {
"@types/node": "7.0.43"
}