mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
7480707c43
related to #972
29 lines
No EOL
1.8 KiB
JSON
29 lines
No EOL
1.8 KiB
JSON
{
|
|
"nameShort": "Code [OSS Build]",
|
|
"nameLong": "Code [OSS Build]",
|
|
"win32ExeBasename": "CodeOSS",
|
|
"win32MutexName": "vscodeoss",
|
|
"companyName": "Microsoft Corporation",
|
|
"copyright": "Copyright (C) 2015 Microsoft. All rights reserved",
|
|
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
|
|
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
|
"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"],
|
|
"iconFile": "resources/darwin/code_file.icns"
|
|
}],
|
|
"icons": {
|
|
"application": {
|
|
"png": "resources/linux/code.png",
|
|
"icns": "resources/darwin/code.icns",
|
|
"ico": "resources/win32/code.ico"
|
|
},
|
|
"file": {
|
|
"icns": "resources/darwin/code_file.icns",
|
|
"ico": "resources/win32/code_file.ico"
|
|
}
|
|
}
|
|
} |