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:
@@ -690,7 +690,7 @@
|
||||
{
|
||||
"provider": "jupyter",
|
||||
"fileExtensions": [
|
||||
"IPYNB"
|
||||
".ipynb"
|
||||
],
|
||||
"standardKernels": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user