Skip to content

Commit 0906187

Browse files
authored
Remove annoying redhat usage pop up (#893)
1 parent 9d37d6d commit 0906187

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"editor.snippetSuggestions": "top",
2323
"editor.formatOnSave": true,
2424
"pretext-tools.installPretext": false,
25+
"redhat.telemetry.enabled": false,
2526
"xml.validation.enabled": true,
2627
"[python]": {
2728
"editor.defaultFormatter": "ms-python.python"
@@ -45,4 +46,4 @@
4546
},
4647
// Use 'postCreateCommand' to run commands after the container is created.
4748
"postCreateCommand": "sh ./.devcontainer/postCreateCommand.sh"
48-
}
49+
}

0 commit comments

Comments
 (0)