vscode/product.json

28 lines
1.8 KiB
JSON
Raw Normal View History

2015-11-13 14:39:38 +01:00
{
"nameShort": "Code [OSS Build]",
"nameLong": "Code [OSS Build]",
2015-11-18 18:30:02 +01:00
"win32ExeBasename": "CodeOSS",
2015-11-13 14:39:38 +01:00
"companyName": "Microsoft Corporation",
"copyright": "Copyright (C) 2015 Microsoft. All rights reserved",
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
2015-12-10 09:53:21 +01:00
"darwinBundleIdentifier": "com.visualstudio.code.oss",
2015-11-13 14:39:38 +01:00
"darwinApplicationCategoryType": "public.app-category.developer-tools",
"darwinBundleDocumentTypes": [{
"name": "Code OSS Build document",
"role": "Editor",
"ostypes": ["TEXT", "utxt", "TUTX", "****"],
"extensions": ["ascx", "asp", "aspx", "bash", "bash_login", "bash_logout", "bash_profile", "bashrc", "bat", "bowerrc", "c", "cc", "clj", "cljs", "cljx", "clojure", "cmd", "coffee", "config", "cpp", "cs", "cshtml", "csproj", "css", "csx", "ctp", "cxx", "dockerfile", "dot", "dtd", "editorconfig", "edn", "eyaml", "eyml", "fs", "fsi", "fsscript", "fsx", "gemspec", "gitattributes", "gitconfig", "gitignore", "go", "h", "handlebars", "hbs", "hh", "hpp", "htm", "html", "hxx", "ini", "jade", "jav", "java", "js", "jscsrc", "jshintrc", "jshtm", "json", "jsp", "less", "lua", "m", "makefile", "markdown", "md", "mdoc", "mdown", "mdtext", "mdtxt", "mdwn", "mkd", "mkdn", "ml", "mli", "nqp", "p6", "php", "phtml", "pl", "pl6", "pm", "pm6", "pod", "pp", "profile", "properties", "ps1", "psd1", "psgi", "psm1", "py", "r", "rb", "rhistory", "rprofile", "rs", "rt", "scss", "sh", "shtml", "sql", "svg", "svgz", "t", "ts", "txt", "vb", "wxi", "wxl", "wxs", "xaml", "xml", "yaml", "yml", "zsh"],
2015-11-16 12:07:17 +01:00
"iconFile": "resources/darwin/code_file.icns"
2015-11-13 14:39:38 +01:00
}],
"icons": {
"application": {
"png": "resources/linux/code.png",
2015-11-16 12:07:17 +01:00
"icns": "resources/darwin/code.icns",
"ico": "resources/win32/code.ico"
2015-11-13 14:39:38 +01:00
},
"file": {
2015-11-16 12:07:17 +01:00
"icns": "resources/darwin/code_file.icns",
"ico": "resources/win32/code_file.ico"
2015-11-13 14:39:38 +01:00
}
}
}