mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 06:38:50 +01:00
13 lines
426 B
JSON
13 lines
426 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
|
|
}
|