Dev Container refinements (#9)

This commit is contained in:
Olivier Benz
2023-08-21 10:27:03 +02:00
committed by GitHub
parent 01d1c623e5
commit 89c9667883
4 changed files with 21 additions and 17 deletions

View File

@@ -34,7 +34,9 @@
"customizations": {
"vscode": {
"extensions": [
"eamodio.gitlens@11.7.0",
"editorconfig.editorconfig",
"mhutchie.git-graph",
"ms-python.python",
"mutantdino.resourcemonitor",
"julialang.language-julia",
@@ -46,6 +48,8 @@
"ms-azuretools.vscode-docker"
],
"settings": {
"gitlens.showWelcomeOnInstall": false,
"gitlens.showWhatsNewAfterUpgrades": false,
"julia.enableCrashReporter": false,
"julia.enableTelemetry": false,
"resmon.show.battery": false,
@@ -54,10 +58,10 @@
}
},
// Set 'remoteUser' to 'root' to connect as root instead.
"remoteUser": "vscode",
// "remoteUser": "root",
"mounts": [
"source=jfda-home-vscode,target=/home/vscode,type=volume"
],
// By default,
// - Julia starts up with a single thread of execution.