20 lines
525 B
JSON
Executable File
20 lines
525 B
JSON
Executable File
{
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
|
|
"editor.fontFamily": "MesloLGS NF",
|
|
"terminal.integrated.fontFamily": "MesloLGS NF",
|
|
"github.copilot.enable": {
|
|
"*": true,
|
|
"plaintext": true,
|
|
"markdown": true,
|
|
"scminput": false
|
|
},
|
|
"git.autofetch": true,
|
|
"workbench.iconTheme": "vscode-icons",
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
} |