Update settings from , profile « main »

main
Quentin Duchemin 2025-10-19 17:00:00 +02:00
parent 888f6483a4
commit a92873c17c
1 changed files with 3 additions and 3 deletions

View File

@ -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
}