File tree Expand file tree Collapse file tree
markdown-language-features
typescript-language-features Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "engines" : {
88 "vscode" : " ^1.0.0"
99 },
10- "categories" : [
11- " Languages" ,
12- " Other"
13- ],
1410 "activationEvents" : [
1511 " onLanguage:json" ,
1612 " onLanguage:jsonc"
Original file line number Diff line number Diff line change 2121 "postinstall" : " cd server && yarn install" ,
2222 "install-client-next" : " yarn add vscode-languageclient@next"
2323 },
24+ "categories" : [
25+ " Programming Languages"
26+ ],
2427 "contributes" : {
2528 "configuration" : [
2629 {
Original file line number Diff line number Diff line change 77 "engines" : {
88 "vscode" : " ^1.4.0"
99 },
10- "categories" : [
11- " Languages" ,
12- " Other"
13- ],
1410 "activationEvents" : [
1511 " onLanguage:json" ,
1612 " onLanguage:markdown" ,
Original file line number Diff line number Diff line change 2121 "postinstall" : " cd server && yarn install" ,
2222 "install-client-next" : " yarn add vscode-languageclient@next"
2323 },
24+ "categories" : [
25+ " Programming Languages"
26+ ],
2427 "contributes" : {
2528 "configuration" : {
2629 "id" : " html" ,
Original file line number Diff line number Diff line change 2020 "postinstall" : " cd server && yarn install" ,
2121 "install-client-next" : " yarn add vscode-languageclient@next"
2222 },
23+ "categories" : [
24+ " Programming Languages"
25+ ],
2326 "contributes" : {
2427 "configuration" : {
2528 "id" : " json" ,
Original file line number Diff line number Diff line change 77 "engines" : {
88 "vscode" : " ^1.20.0"
99 },
10- "categories" : [
11- " Languages"
12- ],
1310 "contributes" : {
1411 "languages" : [
1512 {
Original file line number Diff line number Diff line change 1212 },
1313 "main" : " ./out/extension" ,
1414 "categories" : [
15- " Languages"
15+ " Programming Languages"
1616 ],
1717 "activationEvents" : [
1818 " onLanguage:markdown" ,
Original file line number Diff line number Diff line change 1212 " onLanguage:php"
1313 ],
1414 "main" : " ./out/phpMain" ,
15- "dependencies " : {
16- "vscode-nls" : " ^3.2.1 "
17- } ,
15+ "categories " : [
16+ " Programming Languages "
17+ ] ,
1818 "contributes" : {
1919 "configuration" : {
2020 "title" : " %configuration.title%" ,
7676 "compile" : " gulp compile-extension:php" ,
7777 "watch" : " gulp watch-extension:php"
7878 },
79+ "dependencies" : {
80+ "vscode-nls" : " ^3.2.1"
81+ },
7982 "devDependencies" : {
8083 "@types/node" : " 7.0.43"
8184 }
Original file line number Diff line number Diff line change 1212 "engines" : {
1313 "vscode" : " *"
1414 },
15+ "categories" : [
16+ " Programming Languages"
17+ ],
1518 "dependencies" : {
1619 "semver" : " 4.3.6" ,
1720 "vscode-extension-telemetry" : " 0.0.15" ,
You can’t perform that action at this time.
0 commit comments