Files
Freedom-Loader/.vscode/settings.json
MasterAcnolo 87545d77b4 English
2025-11-20 08:32:38 +01:00

16 lines
346 B
JSON

{
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints.enabled": false,
"editor.codeLens": false,
"editor.lightbulb.enabled": "off",
"editor.inlineSuggest.enabled": false,
"github.copilot.enable": {
"*": false
}
}