14 lines
373 B
JSON
Executable File
14 lines
373 B
JSON
Executable File
{
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
|
|
"editor.fontFamily": "MesloLGS Nerd Font",
|
|
"terminal.integrated.fontFamily": "MesloLGS Nerd Font",
|
|
"github.copilot.enable": {
|
|
"*": true,
|
|
"plaintext": true,
|
|
"markdown": false,
|
|
"scminput": false
|
|
},
|
|
"git.autofetch": true,
|
|
"workbench.iconTheme": "vscode-icons",
|
|
} |