Skip to content

Commit 3d6bf40

Browse files
committed
Merge branch 'NikiforovAll-add-dev-container' into main
2 parents a6d842b + 2c01358 commit 3d6bf40

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "C# with CSharpFritz",
3+
"dockerComposeFile": [
4+
"../docker-compose.yml",
5+
],
6+
"shutdownAction": "stopCompose",
7+
"service": "notebook",
8+
"workspaceFolder": "/home/jovyan/notebooks/",
9+
"settings": {
10+
"terminal.integrated.shell.linux": "/bin/bash"
11+
},
12+
"extensions": [
13+
"ms-dotnettools.csharp",
14+
"ms-python.python",
15+
"donjayamanne.jupyter",
16+
"yzhang.markdown-all-in-one",
17+
"ms-dotnettools.dotnet-interactive-vscode",
18+
"streetsidesoftware.code-spell-checker"
19+
],
20+
// "mounts": [
21+
// "source=${localWorkspaceFolder}/notebooks,target=/home/jovyan/notebooks/,type=bind,consistency=cached"
22+
// ]
23+
}

0 commit comments

Comments
 (0)