sync vscode settings

This commit is contained in:
2023-12-28 23:15:03 -06:00
parent 1042957ca4
commit 61dcf7caae
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -2,7 +2,6 @@ pathlist*.txt
thumbs/*
*.log
index*.html
.vscode
**/example/**
**/*venv/**
test.html
+6
View File
@@ -0,0 +1,6 @@
{
"license.author": "Code Fox <c0de@c0de.dev>",
"license.filename": "license",
"license.extension": ".txt",
"license.default": "bsd-3-clause"
}