Files
Freedom-Loader/.vscode/settings.json
MasterAcnolo 69bbcee885 NO AID HERE
2025-11-18 21:09:25 +01:00

17 lines
379 B
JSON

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