.vscode/vs-code-template.code-workspace.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 729513c985bea9da3616d583d3eb25fe04ce16aa Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Mon Oct 23 15:36:13 2023 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Tue Oct 24 11:46:03 2023 +0200 vscode-ide-integration: editor.renderFinalNewline is not boolean …but tri-state (on/off/dimmed). Also fix missing comma in the debugger config. Change-Id: Iee4de01ccb5c0bb714b78a4fbbcb865b5e8d5b0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158358 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/.vscode/vs-code-template.code-workspace.in b/.vscode/vs-code-template.code-workspace.in index 52f83afc15cc..28198ba70104 100644 --- a/.vscode/vs-code-template.code-workspace.in +++ b/.vscode/vs-code-template.code-workspace.in @@ -53,7 +53,7 @@ ], // files in the repo should in general have a newline at end-of-file "files.insertFinalNewline": true, - "editor.renderFinalNewline": false, + "editor.renderFinalNewline": "off", "gitlens.autolinks": [ { "prefix": "tdf#", @@ -152,7 +152,7 @@ "externalConsole": false, "linux": { "MIMode": "gdb", - "miDebuggerPath": "gdb" + "miDebuggerPath": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", @@ -210,7 +210,7 @@ "externalConsole": false, "linux": { "MIMode": "gdb", - "miDebuggerPath": "gdb" + "miDebuggerPath": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb",