conf(dev): add workspace file, setup script and requirements files
This commit is contained in:
27
ansible-common.code-workspace
Normal file
27
ansible-common.code-workspace
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"*.yml": "ansible",
|
||||
"*.j2": "ansible-jinja"
|
||||
},
|
||||
"ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"editor.tabSize": 2,
|
||||
"trailing-spaces.highlightCurrentLine": false,
|
||||
"trailing-spaces.schemeIgnore": [
|
||||
"markdown",
|
||||
"output"
|
||||
]
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"redhat.ansible",
|
||||
"shardulm94.trailing-spaces"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user