Skip to content

Commit d9a7cc2

Browse files
authored
Updating for potentially malicious extensions (#832)
1 parent 6967d87 commit d9a7cc2

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

extension-control/extensions.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"malicious": [
33
"kyntrack.log-matrix",
4-
"bipro.bipro-dev"
4+
"bipro.bipro-dev",
5+
"Equinusocio.vsc-material-theme",
6+
"Equinusocio.vsc-material-theme-icons"
57
],
68
"search": [
79
{

extensions.json

-11
Original file line numberDiff line numberDiff line change
@@ -302,17 +302,6 @@
302302
"enkia.tokyo-night": {
303303
"repository": "https://github.com/enkia/tokyo-night-vscode-theme"
304304
},
305-
"Equinusocio.vsc-community-material-theme": {
306-
"repository": "https://github.com/material-theme/vsc-community-material-theme"
307-
},
308-
"Equinusocio.vsc-material-theme": {
309-
"repository": "https://github.com/material-theme/vsc-material-theme",
310-
"prepublish": "yarn build"
311-
},
312-
"equinusocio.vsc-material-theme-icons": {
313-
"repository": "https://github.com/material-theme/vsc-material-theme-icons",
314-
"prepublish": "yarn build"
315-
},
316305
"erlang-ls.erlang-ls": {
317306
"repository": "https://github.com/erlang-ls/vscode",
318307
"prepublish": "npm run compile"

0 commit comments

Comments
 (0)