From f972103b850a00dd6bc2b9d983ed39b9b22ec302 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 2 Sep 2024 09:55:21 +0100 Subject: [PATCH] vscode-settings: remove autoremoved variable. --- vscode-settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/vscode-settings.json b/vscode-settings.json index 66dab5d..b2a3a39 100644 --- a/vscode-settings.json +++ b/vscode-settings.json @@ -94,7 +94,6 @@ "editor.guides.indentation": true, "editor.minimap.enabled": false, "debug.allowBreakpointsEverywhere": true, - "debug.autoExpandLazyVariables": "on", "debug.showBreakpointsInOverviewRuler": true, "workbench.editor.enablePreview": false, "githubPullRequests.pullBranch": "never",