Outils pour utilisateurs

Outils du site


devweb:vscode (lu 27115 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 [16-06-2025 18:52] 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 54: Ligne 56:
     "workbench.colorCustomizations": {     "workbench.colorCustomizations": {
         "gitDecoration.modifiedResourceForeground":"#e6b61a"         "gitDecoration.modifiedResourceForeground":"#e6b61a"
-    }+    }
 +    "editor.smoothScrolling": true, 
 +    "workbench.list.smoothScrolling": true, 
 +    "terminal.integrated.smoothScrolling": true
  
 } }
Ligne 132: Ligne 137:
     }     }
 ] ]
 +
 +
 +-- parfois
 +
 +    {
 +        "key": "ctrl+[Backslash]",
 +        "command": "workbench.files.action.showActiveFileInExplorer"
 +    },
 +    {
 +        "key": "ctrl+[Quote]",
 +        "command": "workbench.action.terminal.toggleTerminal"
 +    }
 </code> </code>
  
Ligne 170: 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.1750099923.txt.gz · Dernière modification : de edmc73