From a92873c17c5b447c3525ce9378d9f52e347befe0 Mon Sep 17 00:00:00 2001 From: Lilou Date: Sun, 19 Oct 2025 17:00:00 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index f964af5..8436372 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -13,7 +13,6 @@ "psychotomimétique" ], "cSpell.language": "en,fr", - "black-py.useIntegratedTerminal": true, "workbench.iconTheme": "simple-icons", "workbench.colorTheme": "Catppuccin Macchiato", "git.openRepositoryInParentFolders": "always", @@ -136,7 +135,8 @@ "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 + "editor.wordWrapColumn": 100, + "intelliphp.inlineSuggestionsEnabled": false, + "php.completion.intelliPHP.preSelect": false } \ No newline at end of file