vscodium.json 626 B

1234567891011121314151617
  1. {
  2. "names": ["VSCodium"],
  3. "comment": "Libre binaries of Visual Studio Code without telemetry/tracking",
  4. "links": {
  5. "website": "https://vscodium.com/",
  6. "git": "https://github.com/VSCodium/vscodium",
  7. "icon": "https://raw.githubusercontent.com/VSCodium/vscodium/master/icons/codium_only.svg"
  8. },
  9. "licenses": ["MIT"],
  10. "platforms": ["Windows", "MacOS", "GNU/Linux"],
  11. "interface": ["Electron"],
  12. "languages": ["TypeScript", "JavaScript", "HTML", "CSS"],
  13. "formats_read": ["ascii", "utf-8", "utf-16"],
  14. "formats_write": ["ascii", "utf-8", "utf-16"],
  15. "generic_name": ["Text Editor", "IDE"]
  16. }