插件列表
设置
{
"files.autoSave": "afterDelay",
"files.autoGuessEncoding": true,
"workbench.colorTheme": "One Dark Pro Darker",
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": "on",
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.cursorBlinking": "smooth",
"editor.mouseWheelZoom": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.wordWrap": "on",
"editor.acceptSuggestionOnEnter": "smart",
"editor.suggestSelection": "recentlyUsed",
"window.dialogStyle": "custom",
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
}