mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-25 09:00:25 +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": [
|
"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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue