refactor: disable makefile configuration on open in VSCode settings
Some checks failed
Nix Format Check / check-format (push) Failing after 41s

This commit is contained in:
Menno van Leeuwen 2025-01-23 16:12:23 +01:00
parent d87e0d77da
commit 8d6daf9688
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -63,5 +63,6 @@
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"go.toolsManagement.autoUpdate": true,
"redhat.telemetry.enabled": false
"redhat.telemetry.enabled": false,
"makefile.configureOnOpen": false
}