From a14c876f31f54efef79cfea103ff4881b3b14090 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 30 Jun 2023 21:19:40 -0400 Subject: [PATCH] vscode: inlayHints --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 72a39e2..b4ebc4d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,6 @@ { "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix", - "editor.formatOnSave": true + "editor.formatOnSave": true, + // https://twitter.com/sridca/status/1674947342607216641 + // "editor.inlayHints.enabled": "offUnlessPressed", } \ No newline at end of file