Skip to content

Commit

Permalink
feat(vscode): add user config to limit useless popups
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Dec 18, 2023
1 parent a22897b commit d4d52e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vscode/settings/User.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"python.testing.pytestEnabled": true,
"flake8.args": [
"--max-line-length=100"
]
],
"redhat.telemetry.enabled": false,
"julia.symbolCacheDownload": true,
"julia.enableTelemetry": false
}

0 comments on commit d4d52e8

Please sign in to comment.