chore: update VSCode settings to disable makefile configuration on open

This commit is contained in:
kastov 2025-10-13 20:02:06 +03:00
parent 0d4ab1aaee
commit 46f5a70c91
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90

View file

@ -76,5 +76,6 @@
"i18n-ally.extract.keyPrefix": "{fileNameWithoutExt}.", "i18n-ally.extract.keyPrefix": "{fileNameWithoutExt}.",
"github-actions.workflows.pinned.workflows": [ "github-actions.workflows.pinned.workflows": [
".github/workflows/crowdin-sync.yml" ".github/workflows/crowdin-sync.yml"
] ],
"makefile.configureOnOpen": false
} }