Skip to content

Commit fda11da

Browse files
committed
Add spellchecker; mount example
1 parent 1442ec9 commit fda11da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"ms-dotnettools.csharp",
1414
"donjayamanne.jupyter",
1515
"yzhang.markdown-all-in-one",
16-
"ms-dotnettools.dotnet-interactive-vscode"
17-
]
16+
"ms-dotnettools.dotnet-interactive-vscode",
17+
"streetsidesoftware.code-spell-checker"
18+
],
19+
// "mounts": [
20+
// "source=${localWorkspaceFolder}/notebooks,target=/home/jovyan/notebooks/,type=bind,consistency=cached"
21+
// ]
1822
}

0 commit comments

Comments
 (0)