appwiki:code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appwiki:code [2024/01/11 07:44] – [VS Code for Blender setup] yingappwiki:code [2024/04/10 17:49] (current) – [setting and app path] ying
Line 9: Line 9:
 |                | vscode | npp | |                | vscode | npp |
 | duplicate line | alt+shift+up/down | ctrl+d | | duplicate line | alt+shift+up/down | ctrl+d |
 +
 +===== setting and app path =====
 +
 +  * add git to VS Code path
 +    * ctrl + shift + p: Preference: Open user settings (json)
 +    * settings.json <code>{
 +    "git.enabled": true,
 +    "git.path": "D:\\App_Dev\\PortableGit\\bin\\git.exe",
 +    "php.validate.executablePath": "D:\\App_Server\\xampp\\php\\php.exe",
 +}
 +</code>
  
 ====== Setup Extension for Web Dev ====== ====== Setup Extension for Web Dev ======
  • appwiki/code.1704959060.txt.gz
  • Last modified: 2024/01/11 07:44
  • by ying