From 84fb875123201f28a3333285b6323037b08accb4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 16 May 2025 11:12:43 +0200 Subject: lib: implement ListModel interface for TurnOrder --- .vscode/launch.json | 2 ++ .vscode/settings.json | 1 + 2 files changed, 3 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 29733b3..84c2b3d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,8 @@ "target": "${command:cmake.launchTargetPath}", "cwd": "${workspaceFolder}", "debugger_args": ["-nx"], + "preLaunchTask": "CMake: build", + "valuesFormatting": "prettyPrinters", "autorun": [ "-enable-pretty-printing", "-gdb-set disassembly-flavor intel", diff --git a/.vscode/settings.json b/.vscode/settings.json index a31f5db..8db8f7a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,7 @@ "gint", "gobj", "gobject", + "gpointer", "gtkmm", "gtype", "guint", -- cgit v1.2.3