vscode: inlayHints

This commit is contained in:
Sridhar Ratnakumar 2023-06-30 21:19:40 -04:00
parent 87f82d390b
commit a14c876f31

View file

@ -1,4 +1,6 @@
{ {
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix", "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"editor.formatOnSave": true "editor.formatOnSave": true,
// https://twitter.com/sridca/status/1674947342607216641
// "editor.inlayHints.enabled": "offUnlessPressed",
} }