mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Add swift to supported darwin document types (#159002)
* Add swift to supported darwin document types * add compilation output Co-authored-by: João Moreno <joao.moreno@microsoft.com>
This commit is contained in:
@@ -167,6 +167,7 @@ export const config = {
|
||||
'F# script': ['fsx', 'fsscript'],
|
||||
'SVG document': ['svg', 'svgz'],
|
||||
'TOML document': 'toml',
|
||||
'Swift source code': 'swift',
|
||||
}, 'default'),
|
||||
// Default icon with default name
|
||||
darwinBundleDocumentType([
|
||||
|
||||
Reference in New Issue
Block a user