From a5061e5dd7b50ef29a8b2bd3d591ef4102c374c7 Mon Sep 17 00:00:00 2001 From: Lilou Date: Tue, 4 Nov 2025 10:07:19 +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/settings.json | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 554074c..f964af5 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -13,6 +13,7 @@ "psychotomimétique" ], "cSpell.language": "en,fr", + "black-py.useIntegratedTerminal": true, "workbench.iconTheme": "simple-icons", "workbench.colorTheme": "Catppuccin Macchiato", "git.openRepositoryInParentFolders": "always", @@ -74,6 +75,7 @@ "ansible.lightspeed.enabled": false, "git.confirmSync": false, "git.autofetch": true, + "git.enableSmartCommit": true, "basedpyright.analysis.inlayHints.callArgumentNamesMatching": true, "black-formatter.args": [ "--line-length", @@ -82,6 +84,7 @@ "black-formatter.showNotifications": "always", "markdown-toc.depthTo": 2, "markdown-toc.depthFrom": 1, + "ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all", "[dockercompose]": { "editor.insertSpaces": true, "editor.tabSize": 2, @@ -133,27 +136,7 @@ "markdown.suggest.paths.includeWorkspaceHeaderCompletions": "onSingleOrDoubleHash", "markdown.updateLinksOnFileMove.enabled": "prompt", "markdown.validate.enabled": true, + "markdown-toc.anchorMode": "gitlab.com", "markdown-auto-preview.autoClosePreviewWindow": true, - "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" + "editor.wordWrapColumn": 100 } \ No newline at end of file