mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +00:00
Replace Visual Studio Code with VSCodium
This commit is contained in:
parent
593be5ce18
commit
72063c735d
1 changed files with 5 additions and 7 deletions
|
@ -3301,17 +3301,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Code editor developed by Microsoft. ",
|
||||
"short_description": "Code editor developed by Microsoft without proprietary components.",
|
||||
"categories": [
|
||||
"ide"
|
||||
],
|
||||
"repo_url": "https://github.com/Microsoft/vscode",
|
||||
"title": "Visual Studio Code",
|
||||
"repo_url": "https://github.com/VSCodium/vscodium",
|
||||
"title": "VSCodium",
|
||||
"icon_url": "",
|
||||
"screenshots": [
|
||||
"https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png"
|
||||
],
|
||||
"official_site": "",
|
||||
"screenshots": [],
|
||||
"official_site": "https://vscodium.com",
|
||||
"languages": [
|
||||
"type_script"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue