Skip to content

Commit

Permalink
fix: Correct typo in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mbd-s committed Jun 12, 2023
1 parent 1eeb835 commit 33dbd26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"workbench.colorTheme": "Dracula",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
"*.ipynb": "jupyter-notebook"
},
"workbench.startupEditor": "none",
"editor.wordWrapColumn": 120,
Expand Down

0 comments on commit 33dbd26

Please sign in to comment.