chore: disable makefile configure on open

This commit is contained in:
Peter Steinberger
2026-04-18 22:15:20 +01:00
parent 7b2a723891
commit 808be2cae7

View File

@@ -17,5 +17,6 @@
"typescript.preferences.importModuleSpecifierEnding": "js",
"typescript.reportStyleChecksAsWarnings": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"makefile.configureOnOpen": false
}