new ways 2

This commit is contained in:
2024-08-22 16:13:24 +02:00
parent 39868fe365
commit 6b7b3f6a2e
16 changed files with 373 additions and 0 deletions

12
vscode/settings.json Executable file
View File

@ -0,0 +1,12 @@
{
"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
},
}