mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Register additional editor overrides when adding new notebook file types (#17708)
* Also standardized file extension contributions to always start with a period, and to always do lower case string comparisons for file extensions.
This commit is contained in:
@@ -103,7 +103,7 @@ suite('MainThreadDocumentsAndEditors', () => {
|
||||
},
|
||||
new TestPathService(),
|
||||
<INotebookService>{ // {{SQL CARBON EDIT}}
|
||||
getSupportedFileExtensions: () => ['ipynb']
|
||||
getSupportedFileExtensions: () => ['.ipynb']
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user