From ca83d4aac226c6ece5df92b86fc6f0d38ca59b8a Mon Sep 17 00:00:00 2001 From: Lilou Date: Thu, 20 Nov 2025 14:00:01 +0100 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/extensions.yml | 6 +++++ profiles/main/data/settings.json | 40 ++++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/profiles/main/data/extensions.yml b/profiles/main/data/extensions.yml index 30a18af..717a9e4 100644 --- a/profiles/main/data/extensions.yml +++ b/profiles/main/data/extensions.yml @@ -20,6 +20,8 @@ enabled: uuid: a13b548d-0631-44fb-99ee-b398ab61c9bc - id: earshinov.simple-alignment uuid: 7b9e492f-afa3-4c1a-9c02-a6ab67fd3552 + - id: exiasr.hadolint + uuid: c0f361c5-4179-43c5-9cb5-c4eba77388b4 - id: houkanshan.vscode-markdown-footnote uuid: 67d20411-9a51-4004-8982-1f777b4560fd - id: huntertran.auto-markdown-toc @@ -30,6 +32,10 @@ enabled: uuid: 23d65a8c-fcd4-4897-86da-7fe55088e2c6 - id: llvm-vs-code-extensions.vscode-clangd uuid: 103154cb-b81d-4e1b-8281-c5f4fa563d37 + - id: lumirelle.shell-format-rev + uuid: 001d66a0-1d99-4845-ab01-a72b5a316e0c + - id: ms-azuretools.vscode-containers + uuid: 2cd1d691-3d69-4d2d-ae39-fda4bc4cfd3d - id: ms-python.black-formatter uuid: 859e640c-c157-47da-8699-9080b81c8371 - id: ms-python.debugpy diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index f964af5..3b9e622 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -138,5 +138,43 @@ "markdown.validate.enabled": true, "markdown-toc.anchorMode": "gitlab.com", "markdown-auto-preview.autoClosePreviewWindow": true, - "editor.wordWrapColumn": 100 + "editor.wordWrapColumn": 100, + "intelliphp.inlineSuggestionsEnabled": 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" + }, + "explorer.excludeGitIgnore": true, + "git.allowForcePush": true, + "git.autoStash": true, + "git.blame.editorDecoration.enabled": true, + "git.closeDiffOnOperation": true, + "git.fetchOnPull": true, + "git.followTagsWhenSync": true, + "git.mergeEditor": true, + "git.pullBeforeCheckout": true, + "git.rebaseWhenSync": true, + "git.terminalGitEditor": true, + "git.timeline.showUncommitted": true, + "git.untrackedChanges": "separate", + "shellformat.effectLanguages": [ + + "shellscript", + "dockerfile", + "dotenv", + "hosts", + "jvmoptions", + "ignore", + "gitignore", + "properties", + "spring-boot-properties", + "azcli", + "bats" + ], + "[dockerfile]": { + "editor.defaultFormatter": "ms-azuretools.vscode-containers" + } } \ No newline at end of file