34 lines
784 B
JSON
34 lines
784 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll.sqltools": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default",
|
|
"enableSsl": "Disabled"
|
|
},
|
|
"ssh": "Disabled",
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MySQL",
|
|
"name": "lcbp3_dev",
|
|
"database": "lcbp3_dev",
|
|
"username": "root"
|
|
}
|
|
],
|
|
"editor.fontSize": 16,
|
|
"editor.fontLigatures": false,
|
|
"editor.tabSize": 2,
|
|
"editor.minimap.sectionHeaderFontSize": 12,
|
|
"markdown.extension.print.theme": "dark"
|
|
} |