mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 13:18:51 +01:00
13 lines
429 B
JSON
13 lines
429 B
JSON
{
|
|
"editor.lightbulb.enabled": false,
|
|
"editor.parameterHints.enabled": false,
|
|
"editor.renderWhitespace": "all",
|
|
// "editor.snippetSuggestions": "none",
|
|
"editor.tabSize": 2,
|
|
"editor.wordWrap": "on",
|
|
"emmet.showExpandedAbbreviation": "never",
|
|
"files.trimTrailingWhitespace": true,
|
|
"javascript.suggest.enabled": false,
|
|
"javascript.updateImportsOnFileMove.enabled": "never",
|
|
"javascript.validate.enable": true
|
|
}
|