Update settings from , profile « main »
parent
a92873c17c
commit
9c9cce41df
|
|
@ -138,5 +138,11 @@
|
|||
"markdown-auto-preview.autoClosePreviewWindow": true,
|
||||
"editor.wordWrapColumn": 100,
|
||||
"intelliphp.inlineSuggestionsEnabled": false,
|
||||
"php.completion.intelliPHP.preSelect": false
|
||||
"php.completion.intelliPHP.preSelect": false,
|
||||
"ansible.ansible.reuseTerminal": true,
|
||||
"ansible.python.interpreterPath": "/bin/python",
|
||||
"ansible.validation.lint.path": "VIRTUAL_ENV= ansible-lint",
|
||||
"files.associations": {
|
||||
"*.yml": "ansible"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue