feat: add redis
This commit is contained in:
18
.vscode/settings.json
vendored
Normal file
18
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"prettier.enable": false,
|
||||
"editor.formatOnSave": false,
|
||||
"[markdown]": {
|
||||
"editor.wordWrap": "on",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.markdownlint": "explicit"
|
||||
},
|
||||
"editor.quickSuggestions": {
|
||||
"other": "off",
|
||||
"comments": "off",
|
||||
"strings": "off"
|
||||
}
|
||||
},
|
||||
"files.eol": "\n",
|
||||
"cSpell.enabled": false
|
||||
}
|
||||
Reference in New Issue
Block a user