product.json 1.7 KB
Newer Older
E
Erich Gamma 已提交
1 2 3 4 5 6 7 8 9 10 11 12
{
	"nameShort": "Code [OSS Build]",
	"nameLong": "Code [OSS Build]",
	"companyName": "Microsoft Corporation",
	"copyright": "Copyright (C) 2015 Microsoft. All rights reserved",
	"darwinBundleIdentifier": "code.visualstudio.com.Code",
	"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"],
J
Joao Moreno 已提交
13
		"iconFile": "resources/darwin/code_file.icns"
E
Erich Gamma 已提交
14 15 16 17
	}],
	"icons": {
		"application": {
			"png": "resources/linux/code.png",
J
Joao Moreno 已提交
18 19
			"icns": "resources/darwin/code.icns",
			"ico": "resources/win32/code.ico"
E
Erich Gamma 已提交
20 21
		},
		"file": {
J
Joao Moreno 已提交
22 23
			"icns": "resources/darwin/code_file.icns",
			"ico": "resources/win32/code_file.ico"
E
Erich Gamma 已提交
24 25 26
		}
	}
}