From 9c9cce41df5b09d85140b3284c20766b8d4d13db Mon Sep 17 00:00:00 2001 From: Lilou Date: Wed, 22 Oct 2025 15:00:02 +0200 Subject: [PATCH] =?UTF-8?q?Update=20settings=20from=20,=20profile=20=C2=AB?= =?UTF-8?q?=20main=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/main/data/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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