Skip to content

Commit 100bc9b

Browse files
author
Yuriy Bezsonov
committed
chore(ide): Update VS Code and shell configuration
1 parent 2f18915 commit 100bc9b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

infra/scripts/ide/code-editor.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ configure_code_editor_settings() {
147147
"update.mode": "none",
148148
"telemetry.telemetryLevel": "off",
149149
"terminal.integrated.defaultProfile.linux": "zsh",
150-
"terminal.integrated.shellIntegration.decorationsEnabled": "never",
151150
"redhat.telemetry.enabled": false,
152151
"java.configuration.checkProjectSettingsExclusions": false,
153152
"java.help.firstView": "none",
154153
"java.help.showReleaseNotes": false,
155-
"java.jdt.ls.nullAnalysis.mode": "disabled"
154+
"java.compile.nullAnalysis.mode": "disabled",
155+
"java.recommendations.dependency.analytics.show": false
156156
}
157157
EOF
158158

infra/scripts/ide/shell-p10k.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76
2626
typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196
2727
typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION=''
2828

29+
# Remove segment separator after prompt_char (no trailing powerline arrow)
30+
typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_SEGMENT_SEPARATOR=''
31+
2932
# Directory - Palenight soft blue
3033
typeset -g POWERLEVEL9K_DIR_BACKGROUND=111
3134
typeset -g POWERLEVEL9K_DIR_FOREGROUND=236

0 commit comments

Comments
 (0)