This commit is contained in:
Oscar Plaisant
2024-09-25 16:35:23 +02:00
parent 62f0313af1
commit 695358527b
177 changed files with 141941 additions and 25310 deletions

View File

@@ -9,11 +9,11 @@
"treatUnderscoreAsPartOfWord": false,
"maxNumberOfSuggestions": 10,
"maxNumberOfWordsAsPhrase": 3,
"minNumberOfCharactersTriggered": 1,
"minNumberOfCharactersTriggered": 3,
"minNumberOfWordsTriggeredPhrase": 1,
"complementAutomatically": true,
"delayMilliSeconds": 0,
"disableSuggestionsDuringImeOn": false,
"delayMilliSeconds": 20,
"disableSuggestionsDuringImeOn": true,
"disableSuggestionsInMathBlock": true,
"insertSpaceAfterCompletion": false,
"firstCharactersDisableSuggestions": ":/^",
@@ -105,9 +105,9 @@
"enabled": true,
"historyFilePath": "",
"maxDaysToKeepHistory": 30,
"maxNumberOfHistoryToKeep": 0
"maxNumberOfHistoryToKeep": 5000
},
"disableOnMobile": false,
"disableOnMobile": true,
"showLogAboutPerformanceInConsole": false,
"insertAfterCompletion": true,
"selectionHistoryTree": {},

File diff suppressed because one or more lines are too long