update vscode settings

This commit is contained in:
David Todd 2021-03-31 10:23:27 -05:00
parent 4cb9328ef0
commit fe50377ea6
1 changed files with 7 additions and 1 deletions

View File

@ -12,5 +12,11 @@
"sync.quietSync": true,
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.gist": "b4580c595539ccca8bc2bb18ad104cef"
"sync.gist": "b4580c595539ccca8bc2bb18ad104cef",
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
]
}