.vscode/vs-code-template.code-workspace.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 1173c80a053d24f2681722030b0447e4d1058958 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Mon Oct 23 15:36:13 2023 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Oct 25 11:59:49 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> (cherry picked from commit c853679a9f5965ade68280db13597e2f5d3388eb) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158284 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> 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",