mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
Adding compiled version of the electron.ts
This commit is contained in:
+18
-7
@@ -89,7 +89,7 @@ exports.config = {
|
||||
...darwinBundleDocumentTypes({ 'HTML template document': ['asp', 'aspx', 'cshtml', 'jshtm', 'jsp', 'phtml', 'shtml'] }, 'html'),
|
||||
darwinBundleDocumentType(['bat', 'cmd'], 'bat', 'Windows command script'),
|
||||
darwinBundleDocumentType(['bowerrc'], 'Bower'),
|
||||
darwinBundleDocumentType(['config', 'editorconfig', 'ini'], 'config', 'Configuration file'),
|
||||
darwinBundleDocumentType(['config', 'editorconfig', 'ini', 'cfg'], 'config', 'Configuration file'),
|
||||
darwinBundleDocumentType(['hh', 'hpp', 'hxx', 'h++'], 'cpp', 'C++ header file'),
|
||||
darwinBundleDocumentType(['cc', 'cpp', 'cxx', 'c++'], 'cpp', 'C++ source code'),
|
||||
darwinBundleDocumentType(['m'], 'default', 'Objective-C source code'),
|
||||
@@ -97,7 +97,7 @@ exports.config = {
|
||||
darwinBundleDocumentType(['cs', 'csx'], 'csharp', 'C# source code'),
|
||||
darwinBundleDocumentType(['css'], 'css', 'CSS'),
|
||||
darwinBundleDocumentType(['go'], 'go', 'Go source code'),
|
||||
darwinBundleDocumentType(['htm', 'html'], 'HTML'),
|
||||
darwinBundleDocumentType(['htm', 'html', 'xhtml'], 'HTML'),
|
||||
darwinBundleDocumentType(['jade'], 'Jade'),
|
||||
darwinBundleDocumentType(['jav', 'java'], 'Java'),
|
||||
darwinBundleDocumentType(['js', 'jscsrc', 'jshintrc', 'mjs', 'cjs'], 'Javascript', 'file'),
|
||||
@@ -106,14 +106,14 @@ exports.config = {
|
||||
darwinBundleDocumentType(['markdown', 'md', 'mdoc', 'mdown', 'mdtext', 'mdtxt', 'mdwn', 'mkd', 'mkdn'], 'Markdown'),
|
||||
darwinBundleDocumentType(['php'], 'PHP', 'source code'),
|
||||
darwinBundleDocumentType(['ps1', 'psd1', 'psm1'], 'Powershell', 'script'),
|
||||
darwinBundleDocumentType(['py'], 'Python', 'script'),
|
||||
darwinBundleDocumentType(['gemspec', 'rb'], 'Ruby', 'source code'),
|
||||
darwinBundleDocumentType(['scss'], 'SASS', 'file'),
|
||||
darwinBundleDocumentType(['py', 'pyi'], 'Python', 'script'),
|
||||
darwinBundleDocumentType(['gemspec', 'rb', 'erb'], 'Ruby', 'source code'),
|
||||
darwinBundleDocumentType(['scss', 'sass'], 'SASS', 'file'),
|
||||
darwinBundleDocumentType(['sql'], 'SQL', 'script'),
|
||||
darwinBundleDocumentType(['ts'], 'TypeScript', 'file'),
|
||||
darwinBundleDocumentType(['tsx', 'jsx'], 'React', 'source code'),
|
||||
darwinBundleDocumentType(['vue'], 'Vue', 'source code'),
|
||||
darwinBundleDocumentType(['ascx', 'csproj', 'dtd', 'wxi', 'wxl', 'wxs', 'xml', 'xaml'], 'XML'),
|
||||
darwinBundleDocumentType(['ascx', 'csproj', 'dtd', 'plist', 'wxi', 'wxl', 'wxs', 'xml', 'xaml'], 'XML'),
|
||||
darwinBundleDocumentType(['eyaml', 'eyml', 'yaml', 'yml'], 'YAML'),
|
||||
darwinBundleDocumentType([
|
||||
'bash', 'bash_login', 'bash_logout', 'bash_profile', 'bashrc',
|
||||
@@ -125,21 +125,32 @@ exports.config = {
|
||||
'Clojure source code': ['clj', 'cljs', 'cljx', 'clojure'],
|
||||
'VS Code workspace file': 'code-workspace',
|
||||
'CoffeeScript source code': 'coffee',
|
||||
'Comma Separated Values': 'csv',
|
||||
'CMake script': 'cmake',
|
||||
'Dart script': 'dart',
|
||||
'Diff file': 'diff',
|
||||
'Dockerfile': 'dockerfile',
|
||||
'Makefile': 'makefile',
|
||||
'Gradle file': 'gradle',
|
||||
'Groovy script': 'groovy',
|
||||
'Makefile': ['makefile', 'mk'],
|
||||
'Lua script': 'lua',
|
||||
'Pug document': 'pug',
|
||||
'Jupyter': 'ipynb',
|
||||
'Lockfile': 'lock',
|
||||
'Log file': 'log',
|
||||
'Plain Text File': 'txt',
|
||||
'Xcode project file': 'xcodeproj',
|
||||
'Xcode workspace file': 'xcworkspace',
|
||||
'Visual Basic script': 'vb',
|
||||
'R source code': 'r',
|
||||
'Rust source code': 'rs',
|
||||
'Restructured Text document': 'rst',
|
||||
'LaTeX document': ['tex', 'cls'],
|
||||
'F# source code': 'fs',
|
||||
'F# signature file': 'fsi',
|
||||
'F# script': ['fsx', 'fsscript'],
|
||||
'SVG document': ['svg', 'svgz'],
|
||||
'TOML document': 'toml',
|
||||
}, 'default'),
|
||||
// Default icon with default name
|
||||
darwinBundleDocumentType([
|
||||
|
||||
Reference in New Issue
Block a user