Skip to content

Commit 2ad036a

Browse files
committed
Suppress Python start page
1 parent 33bd32a commit 2ad036a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"python.linting.enabled": true,
1515
"python.linting.pylintEnabled": true,
1616
"python.linting.pylintPath": "/opt/conda/bin/pylint",
17-
"python.dataScience.alwaysTrustNotebooks":true
17+
"python.dataScience.alwaysTrustNotebooks":true,
18+
"python.showStartPage": false
1819
},
1920
}

0 commit comments

Comments
 (0)