Export a VSCode profile to install extensions, update settings
This commit is contained in:
parent
ad2a3a15f6
commit
a0bb3a6c01
4
.vscode/ansible.code-profile
vendored
Normal file
4
.vscode/ansible.code-profile
vendored
Normal file
File diff suppressed because one or more lines are too long
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -3,5 +3,9 @@
|
|||||||
"license.extension": ".txt",
|
"license.extension": ".txt",
|
||||||
"license.author": "Code Fox <c0de@c0de.dev>",
|
"license.author": "Code Fox <c0de@c0de.dev>",
|
||||||
"license.default": "bsd-3-clause",
|
"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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user