Skip to content

Commit

Permalink
Attempt to remove telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jul 12, 2023
1 parent 5b64772 commit 51f6309
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@

"remoteEnv": {
"MAX_WORKERS": 2
},

"settings": {
"telemetry.telemetryLevel": "off"
}
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"files.autoSaveDelay": 1000,
"window.autoDetectColorScheme": true,
"extensions.ignoreRecommendations": true,
"data.preview.theme": "light"
"data.preview.theme": "light"
}

0 comments on commit 51f6309

Please sign in to comment.