Replace Visual Studio Code with VSCodium

This commit is contained in:
Eleanor 2021-09-15 00:07:25 +00:00 committed by GitHub
parent 593be5ce18
commit 72063c735d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3301,17 +3301,15 @@
] ]
}, },
{ {
"short_description": "Code editor developed by Microsoft. ", "short_description": "Code editor developed by Microsoft without proprietary components.",
"categories": [ "categories": [
"ide" "ide"
], ],
"repo_url": "https://github.com/Microsoft/vscode", "repo_url": "https://github.com/VSCodium/vscodium",
"title": "Visual Studio Code", "title": "VSCodium",
"icon_url": "", "icon_url": "",
"screenshots": [ "screenshots": [],
"https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png" "official_site": "https://vscodium.com",
],
"official_site": "",
"languages": [ "languages": [
"type_script" "type_script"
] ]