diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 8436372..7727c52 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -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" + } } \ No newline at end of file