Export a VSCode profile to install extensions, update settings

This commit is contained in:
c0de 2024-01-21 13:19:35 -05:00
parent ad2a3a15f6
commit a0bb3a6c01
2 changed files with 9 additions and 1 deletions

4
.vscode/ansible.code-profile vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -3,5 +3,9 @@
"license.extension": ".txt",
"license.author": "Code Fox <c0de@c0de.dev>",
"license.default": "bsd-3-clause",
"ansible.python.interpreterPath": "./.venv/bin/python"
"ansible.python.interpreterPath": "./.venv/bin/python",
"workbench.colorTheme": "Iceberg",
"files.autoSave": "afterDelay",
"git.autofetch": true,
"markdown.extension.orderedList.marker": "one"
}