Skip to content

Commit 2f18915

Browse files
author
Yuriy Bezsonov
committed
Remove popups
1 parent 590dbf1 commit 2f18915

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

infra/scripts/ide/code-editor.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,14 @@ configure_code_editor_settings() {
145145
"security.workspace.trust.enabled": false,
146146
"workbench.startupEditor": "terminal",
147147
"update.mode": "none",
148-
"terminal.integrated.defaultProfile.linux": "zsh"
148+
"telemetry.telemetryLevel": "off",
149+
"terminal.integrated.defaultProfile.linux": "zsh",
150+
"terminal.integrated.shellIntegration.decorationsEnabled": "never",
151+
"redhat.telemetry.enabled": false,
152+
"java.configuration.checkProjectSettingsExclusions": false,
153+
"java.help.firstView": "none",
154+
"java.help.showReleaseNotes": false,
155+
"java.jdt.ls.nullAnalysis.mode": "disabled"
149156
}
150157
EOF
151158

0 commit comments

Comments
 (0)