Outils pour utilisateurs

Outils du site


devweb:vscode (lu 27123 fois)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
devweb:vscode [14-04-2025 19:39] – [Mes paramètres] edmc73devweb:vscode [08-07-2025 20:03] (Version actuelle) – [Problème] edmc73
Ligne 4: Ligne 4:
  
 User Setting User Setting
 +
 +Le thème "GitHub Dark" est sympa aussi
  
 <code json> <code json>
 { {
     "telemetry.telemetryLevel": "off",     "telemetry.telemetryLevel": "off",
-    "workbench.colorTheme": "Default Dark+",+    "workbench.colorTheme": "Bearded Themanopia (Experimental)",
     "editor.autoIndent": "advanced",     "editor.autoIndent": "advanced",
     "editor.wordWrap": "on",     "editor.wordWrap": "on",
Ligne 51: Ligne 53:
     "update.mode": "manual",     "update.mode": "manual",
     "workbench.editor.empty.hint": "hidden",     "workbench.editor.empty.hint": "hidden",
-    "diffEditor.ignoreTrimWhitespace": false+    "diffEditor.ignoreTrimWhitespace": false
 +    "workbench.colorCustomizations":
 +        "gitDecoration.modifiedResourceForeground":"#e6b61a" 
 +    }, 
 +    "editor.smoothScrolling": true, 
 +    "workbench.list.smoothScrolling": true, 
 +    "terminal.integrated.smoothScrolling": true 
 } }
  
Ligne 128: Ligne 137:
     }     }
 ] ]
 +
 +
 +-- parfois
 +
 +    {
 +        "key": "ctrl+[Backslash]",
 +        "command": "workbench.files.action.showActiveFileInExplorer"
 +    },
 +    {
 +        "key": "ctrl+[Quote]",
 +        "command": "workbench.action.terminal.toggleTerminal"
 +    }
 </code> </code>
  
Ligne 145: Ligne 166:
   * Better Align   * Better Align
   * EditorConfig for VS Code   * EditorConfig for VS Code
 +  * Git Graph
   * Laravel Artisan   * Laravel Artisan
   * Laravel Blade formatter   * Laravel Blade formatter
Ligne 154: Ligne 176:
   * laravel-goto-components   * laravel-goto-components
   * laravel-jump-controller   * laravel-jump-controller
 +  * PHP Intelephense (ben mewburn)
   * PHP IntelliSense   * PHP IntelliSense
   * PHP Namespace Resolver   * PHP Namespace Resolver
Ligne 164: Ligne 187:
  
   use "keyboard.dispatch": "keyCode" in your settings and restart VS Code. This will prevent VS Code from trying to determine your keyboard layout whatsoever.   use "keyboard.dispatch": "keyCode" in your settings and restart VS Code. This will prevent VS Code from trying to determine your keyboard layout whatsoever.
 +
 +
 +Si y'a un problème de droit sous windows sur les clés ssh
 +
 +
 +<code>
 +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 +@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
 +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 +Permissions for 'id_rsa' are too open.
 +It is required that your private key files are NOT accessible by others.
 +</code>
 +
 +Faire un clic droit sur votre fichier, propriété, Sécurité, Avancé, Désactiver l'héritage et choisir de tout supprimer.
 +
 +Ajouter, rechercher son login et mettre contrôle total, valider
 +
  
devweb/vscode.1744659598.txt.gz · Dernière modification : de edmc73