refactor: disable makefile configuration on open in VSCode settings
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
This commit is contained in:
parent
d87e0d77da
commit
8d6daf9688
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user