Outils pour utilisateurs

Outils du site


devweb:vscode (lu 27130 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:46] 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>
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 166: 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.1744659970.txt.gz · Dernière modification : de edmc73