Merge branch 'master' of TrueAuraCoral/FreeCompetitors into master
This commit is contained in:
commit
dba6d17179
2 changed files with 37 additions and 0 deletions
21
apps/vscode.json
Normal file
21
apps/vscode.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"names": ["Visual Studio Code", "VSCode"],
|
||||
"comment": "Editor developed primarily by Microsoft",
|
||||
"links": {
|
||||
"website": "https://code.visualstudio.com/",
|
||||
"git": "https://github.com/Microsoft/vscode",
|
||||
"wikipedia": "https://en.wikipedia.org/wiki/Visual_studio_code",
|
||||
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Visual_Studio_Code_1.35_icon.svg/512px-Visual_Studio_Code_1.35_icon.svg.png"
|
||||
},
|
||||
"licenses": ["Microsoft Visual Studio License Terms (Proprietary)"],
|
||||
"platforms": ["Windows", "MacOS", "GNU/Linux"],
|
||||
"interface": ["Electron"],
|
||||
"languages": ["TypeScript", "JavaScript", "HTML", "CSS"],
|
||||
"formats_read": ["ascii", "utf-8", "utf-16"],
|
||||
"formats_write": ["ascii", "utf-8", "utf-16"],
|
||||
"generic_name": ["Text Editor", "IDE"],
|
||||
"issues": [
|
||||
"Surveillance",
|
||||
"Final Product is proprietary"
|
||||
]
|
||||
}
|
16
apps/vscodium.json
Normal file
16
apps/vscodium.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"names": ["VSCodium"],
|
||||
"comment": "Libre binaries of Visual Studio Code without telemetry/tracking",
|
||||
"links": {
|
||||
"website": "https://vscodium.com/",
|
||||
"git": "https://github.com/VSCodium/vscodium",
|
||||
"icon": "https://raw.githubusercontent.com/VSCodium/vscodium/master/icons/codium_only.svg"
|
||||
},
|
||||
"licenses": ["MIT"],
|
||||
"platforms": ["Windows", "MacOS", "GNU/Linux"],
|
||||
"interface": ["Electron"],
|
||||
"languages": ["TypeScript", "JavaScript", "HTML", "CSS"],
|
||||
"formats_read": ["ascii", "utf-8", "utf-16"],
|
||||
"formats_write": ["ascii", "utf-8", "utf-16"],
|
||||
"generic_name": ["Text Editor", "IDE"]
|
||||
}
|
Loading…
Reference in a new issue