1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.cursorSmoothCaretAnimation": true,
"editor.fontFamily": "Cartograph CF Italic, Cartograph CF",
"editor.fontSize": 14,
"editor.guides.bracketPairs": "active",
"editor.inlineSuggest.enabled": true,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"extensions.autoUpdate": false,
"files.simpleDialog.enable": true,
"github.copilot.enable": {
"*": true,
"markdown": false,
"plaintext": true,
"yaml": false
},
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"terminal.integrated.fontFamily": "Cartograph CF,MesloLGS NF, Menlo, Monaco, 'Courier New', monospace",
"window.dialogStyle": "custom",
"window.zoomLevel": 2,
"workbench.colorTheme": "Vue Theme",
"workbench.editor.wrapTabs": true,
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "material-icon-theme",
"workbench.list.smoothScrolling": true,
"workbench.productIconTheme": "fluent-icons"
}