mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
17 lines
379 B
JSON
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
|
|
}
|
|
}
|