From 0317daced16b78159b68c0496ca16815135d7d34 Mon Sep 17 00:00:00 2001 From: Anthony Borghi <anthony.borghi@veremes.com> Date: Tue, 21 Feb 2023 11:38:29 +0100 Subject: [PATCH] =?UTF-8?q?configuration=20conseill=C3=A9e=20antho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/vscode/presentation.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/source/vscode/presentation.md b/source/vscode/presentation.md index d51a35c..804c826 100644 --- a/source/vscode/presentation.md +++ b/source/vscode/presentation.md @@ -3,4 +3,17 @@ aee -## Configuration \ No newline at end of file +## Configuration + +Pour accéder au fichier de configuration JSON de vscode Il faut passer par la palette de commande `CTRL + MAJ + P` et choisir `Preferences : Open User Settings (JSON)`. + +Configuration conseillée par défaut : +```json +{ + "files.associations": { + "*.inc": "php" + }, + "editor.renderWhitespace": "all", + "editor.tabSize": 2, +} +``` \ No newline at end of file -- GitLab