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

@ -7,10 +7,6 @@
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Languages",
"Other"
],
"activationEvents": [
"onLanguage:json",
"onLanguage:jsonc"

View file

@ -21,6 +21,9 @@
"postinstall": "cd server && yarn install",
"install-client-next": "yarn add vscode-languageclient@next"
},
"categories": [
"Programming Languages"
],
"contributes": {
"configuration": [
{

View file

@ -7,10 +7,6 @@
"engines": {
"vscode": "^1.4.0"
},
"categories": [
"Languages",
"Other"
],
"activationEvents": [
"onLanguage:json",
"onLanguage:markdown",

View file

@ -21,6 +21,9 @@
"postinstall": "cd server && yarn install",
"install-client-next": "yarn add vscode-languageclient@next"
},
"categories": [
"Programming Languages"
],
"contributes": {
"configuration": {
"id": "html",

View file

@ -20,6 +20,9 @@
"postinstall": "cd server && yarn install",
"install-client-next": "yarn add vscode-languageclient@next"
},
"categories": [
"Programming Languages"
],
"contributes": {
"configuration": {
"id": "json",

View file

@ -7,9 +7,6 @@
"engines": {
"vscode": "^1.20.0"
},
"categories": [
"Languages"
],
"contributes": {
"languages": [
{

View file

@ -12,7 +12,7 @@
},
"main": "./out/extension",
"categories": [
"Languages"
"Programming Languages"
],
"activationEvents": [
"onLanguage:markdown",

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"
}

View file

@ -12,6 +12,9 @@
"engines": {
"vscode": "*"
},
"categories": [
"Programming Languages"
],
"dependencies": {
"semver": "4.3.6",
"vscode-extension-telemetry": "0.0.15",