Skip to content

Commit 97b1b5d

Browse files
Update marketplace.json (#16709)
* Update `marketplace.json` * Update 2 * Update 3 * Update 4 * Format * Align format with other JSON files
1 parent 16b4b1e commit 97b1b5d

File tree

1 file changed

+146
-99
lines changed

1 file changed

+146
-99
lines changed
Lines changed: 146 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,152 @@
11
{
22
"malicious": [],
33
"deprecated": {
4-
"msjsdiag.debugger-for-chrome": {
5-
"disallowInstall": true,
6-
"extension": {
7-
"id": "ms-vscode.js-debug",
8-
"displayName": "JavaScript Debugger"
9-
}
10-
},
11-
"abusaidm.html-snippets": true,
12-
"ms-vscode.vscode-typescript-tslint-plugin": true,
13-
"auchenberg.vscode-browser-preview": {
14-
"disallowInstall": false,
15-
"extension": {
16-
"id": "ms-vscode.live-server",
17-
"displayName": "Live Preview"
18-
}
19-
},
20-
"rust-lang.rust": {
21-
"disallowInstall": true,
22-
"extension": {
23-
"id": "rust-lang.rust-analyzer",
24-
"displayName": "rust-analyzer"
25-
}
26-
},
27-
"KnisterPeter.vscode-github": {
28-
"disallowInstall": true,
29-
"extension": {
30-
"id": "GitHub.vscode-pull-request-github",
31-
"displayName": "GitHub Pull Requests and Issues"
32-
}
33-
},
34-
"antfu.vue-i18n-ally": {
35-
"disallowInstall": true,
36-
"extension": {
37-
"id": "lokalise.i18n-ally",
38-
"displayName": "i18n Ally"
39-
}
40-
},
41-
"antfu.i18n-ally": {
42-
"disallowInstall": true,
43-
"extension": {
44-
"id": "lokalise.i18n-ally",
45-
"displayName": "i18n Ally"
46-
}
47-
},
48-
"redhat.vscode-didact": {
49-
"disallowInstall": false,
50-
"extension": {
51-
"id": "vsls-contrib.codetour",
52-
"displayName": "CodeTour"
53-
}
54-
},
55-
"EmberTooling.prettier-for-handlebars-vscode": {
56-
"disallowInstall": true,
57-
"extension": {
58-
"id": "esbenp.prettier-vscode",
59-
"displayName": "Prettier - Code formatter"
60-
}
61-
},
62-
"silvenon.mdx": {
63-
"disallowInstall": true,
64-
"extension": {
65-
"id": "unifiedjs.vscode-mdx",
66-
"displayName": "VSCode MDX"
67-
}
68-
},
69-
"CoenraadS.bracket-pair-colorizer-2": {
70-
"settings": [
71-
"editor.bracketPairColorization.enabled",
72-
"editor.guides.bracketPairs"
73-
]
74-
},
75-
"CoenraadS.bracket-pair-colorizer": {
76-
"settings": [
77-
"editor.bracketPairColorization.enabled",
78-
"editor.guides.bracketPairs"
79-
]
80-
},
81-
"idleberg.innosetup": {
82-
"disallowInstall": true,
83-
"extension": {
84-
"id": "Chouzz.vscode-innosetup",
85-
"displayName": "Inno Setup"
86-
}
87-
},
88-
"redhat.vscode-wsdl2rest": true,
89-
"ms-vscode.node-debug2": true,
90-
"ms-vscode.node-debug": true,
91-
"HookyQR.beautify": true,
92-
"tht13.python": true,
93-
"lonefy.vscode-JS-CSS-HTML-formatter": true,
94-
"ikappas.phpcs": true,
95-
"heptio.jsonnet": true,
96-
"eg2.vscode-npm-script": true,
97-
"ethan-reesor.vscode-go-test-adapter": true
4+
"msjsdiag.debugger-for-chrome": {
5+
"disallowInstall": true,
6+
"extension": {
7+
"id": "ms-vscode.js-debug",
8+
"displayName": "JavaScript Debugger"
9+
}
10+
},
11+
"abusaidm.html-snippets": true,
12+
"ms-vscode.vscode-typescript-tslint-plugin": true,
13+
"auchenberg.vscode-browser-preview": {
14+
"disallowInstall": false,
15+
"extension": {
16+
"id": "ms-vscode.live-server",
17+
"displayName": "Live Preview"
18+
}
19+
},
20+
"Shan.code-settings-sync": {
21+
"disallowInstall": true,
22+
"additionalInfo": "Please use the built-in [Settings Sync](https://aka.ms/vscode-settings-sync-help) functionality instead."
23+
},
24+
"dbaeumer.jshint": {
25+
"disallowInstall": true,
26+
"extension": {
27+
"id": "dbaeumer.vscode-eslint",
28+
"displayName": "ESLint"
29+
}
30+
},
31+
"wwm.better-align": {
32+
"disallowInstall": true,
33+
"extension": {
34+
"id": "Chouzz.vscode-better-align",
35+
"displayName": "Better Align"
36+
}
37+
},
38+
"rust-lang.rust": {
39+
"disallowInstall": true,
40+
"extension": {
41+
"id": "rust-lang.rust-analyzer",
42+
"displayName": "rust-analyzer"
43+
}
44+
},
45+
"KnisterPeter.vscode-github": {
46+
"disallowInstall": true,
47+
"extension": {
48+
"id": "GitHub.vscode-pull-request-github",
49+
"displayName": "GitHub Pull Requests and Issues"
50+
}
51+
},
52+
"antfu.vue-i18n-ally": {
53+
"disallowInstall": true,
54+
"extension": {
55+
"id": "lokalise.i18n-ally",
56+
"displayName": "i18n Ally"
57+
}
58+
},
59+
"antfu.i18n-ally": {
60+
"disallowInstall": true,
61+
"extension": {
62+
"id": "lokalise.i18n-ally",
63+
"displayName": "i18n Ally"
64+
}
65+
},
66+
"redhat.vscode-didact": {
67+
"disallowInstall": false,
68+
"extension": {
69+
"id": "vsls-contrib.codetour",
70+
"displayName": "CodeTour"
71+
}
72+
},
73+
"EmberTooling.prettier-for-handlebars-vscode": {
74+
"disallowInstall": true,
75+
"extension": {
76+
"id": "esbenp.prettier-vscode",
77+
"displayName": "Prettier - Code formatter"
78+
}
79+
},
80+
"silvenon.mdx": {
81+
"disallowInstall": true,
82+
"extension": {
83+
"id": "unifiedjs.vscode-mdx",
84+
"displayName": "VSCode MDX"
85+
}
86+
},
87+
"CoenraadS.bracket-pair-colorizer-2": {
88+
"settings": ["editor.bracketPairColorization.enabled", "editor.guides.bracketPairs"]
89+
},
90+
"CoenraadS.bracket-pair-colorizer": {
91+
"settings": ["editor.bracketPairColorization.enabled", "editor.guides.bracketPairs"]
92+
},
93+
"idleberg.innosetup": {
94+
"disallowInstall": true,
95+
"extension": {
96+
"id": "Chouzz.vscode-innosetup",
97+
"displayName": "Inno Setup"
98+
}
99+
},
100+
"ModyQyW.vscode-uni-app-schemas": {
101+
"disallowInstall": true,
102+
"extension": {
103+
"id": "uni-helper.uni-app-schemas-vscode",
104+
"displayName": "uni-app-schemas"
105+
}
106+
},
107+
"ModyQyW.vscode-uni-app-snippets": {
108+
"disallowInstall": true,
109+
"extension": {
110+
"id": "uni-helper.uni-app-snippets-vscode",
111+
"displayName": "uni-app-snippets"
112+
}
113+
},
114+
"ModyQyW.vscode-uni-cloud-snippets": {
115+
"disallowInstall": true,
116+
"extension": {
117+
"id": "uni-helper.uni-cloud-snippets-vscode",
118+
"displayName": "uni-cloud-snippets"
119+
}
120+
},
121+
"ModyQyW.vscode-uni-helper": {
122+
"disallowInstall": true,
123+
"extension": {
124+
"id": "uni-helper.uni-helper-vscode",
125+
"displayName": "uni-helper"
126+
}
127+
},
128+
"ModyQyW.vscode-uni-ui-snippets": {
129+
"disallowInstall": true,
130+
"extension": {
131+
"id": "uni-helper.uni-ui-snippets-vscode",
132+
"displayName": "uni-ui-snippets"
133+
}
134+
},
135+
"redhat.vscode-wsdl2rest": true,
136+
"ms-vscode.node-debug2": true,
137+
"ms-vscode.node-debug": true,
138+
"HookyQR.beautify": true,
139+
"tht13.python": true,
140+
"lonefy.vscode-JS-CSS-HTML-formatter": true,
141+
"ikappas.phpcs": true,
142+
"heptio.jsonnet": true,
143+
"eg2.vscode-npm-script": true,
144+
"ethan-reesor.vscode-go-test-adapter": true
98145
},
99146
"migrateToPreRelease": {
100-
"julialang.language-julia-insider": {
101-
"id": "julialang.language-julia",
102-
"displayName": "Julia"
103-
}
147+
"julialang.language-julia-insider": {
148+
"id": "julialang.language-julia",
149+
"displayName": "Julia"
150+
}
104151
}
105-
}
152+
}

0 commit comments

Comments
 (0)