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": { "engines": {
"vscode": "^1.0.0" "vscode": "^1.0.0"
}, },
"categories": [
"Languages",
"Other"
],
"activationEvents": [ "activationEvents": [
"onLanguage:json", "onLanguage:json",
"onLanguage:jsonc" "onLanguage:jsonc"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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