You've already forked stardew-valley-mods-devcontainer
Add DOTNET_CLI_TELEMETRY_OPTOUT environment variable.
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"LOCAL_WORKSPACE_FOLDER": "/workspaces/${localWorkspaceFolderBasename}"
|
"LOCAL_WORKSPACE_FOLDER": "/workspaces/${localWorkspaceFolderBasename}",
|
||||||
|
"DOTNET_CLI_TELEMETRY_OPTOUT": "1"
|
||||||
},
|
},
|
||||||
|
|
||||||
// For SELinux enabled systems (ie. Fedora) we need to mount the volume with the :Z option
|
// For SELinux enabled systems (ie. Fedora) we need to mount the volume with the :Z option
|
||||||
@@ -22,7 +23,7 @@
|
|||||||
"workspaceMount": "",
|
"workspaceMount": "",
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z",
|
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z",
|
||||||
"--volume=${localWorkspaceFolder}/_gamedirref:/workspaces/stardew-valley-game:z"
|
"--volume=${localWorkspaceFolder}/_gamedirref:/workspaces/stardew-valley-game:z",
|
||||||
],
|
],
|
||||||
|
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
|
|||||||
Reference in New Issue
Block a user