mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
13 lines
315 B
JSON
13 lines
315 B
JSON
{
|
|
"editor.quickSuggestions": false,
|
|
"editor.suggestOnTriggerCharacters": false,
|
|
"editor.parameterHints.enabled": false,
|
|
"editor.hover.enabled": false,
|
|
"editor.codeLens": false,
|
|
"editor.lightbulb.enabled": false,
|
|
"editor.inlineSuggest.enabled": false,
|
|
"github.copilot.enable": {
|
|
"*": false
|
|
}
|
|
}
|