mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-12 14:33:49 +00:00
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"i18n-ally.localesPaths": [
|
|
"messages"
|
|
],
|
|
"i18n-ally.keystyle": "nested",
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 5432,
|
|
"driver": "PostgreSQL",
|
|
"username": "postgres",
|
|
"database": "abc",
|
|
"name": "beiyu"
|
|
}
|
|
]
|
|
} |