12 lines
374 B
JSON
12 lines
374 B
JSON
{
|
|
"license.filename": "license",
|
|
"license.extension": ".txt",
|
|
"license.author": "Code Fox <c0de@c0de.dev>",
|
|
"license.default": "bsd-3-clause",
|
|
"ansible.python.interpreterPath": "./.venv/bin/python",
|
|
"workbench.colorTheme": "Iceberg",
|
|
"files.autoSave": "afterDelay",
|
|
"git.autofetch": true,
|
|
"markdown.extension.orderedList.marker": "one"
|
|
}
|