Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 2.17 KB

File metadata and controls

48 lines (41 loc) · 2.17 KB

Make sure code is installed on the system by following the instructions in ../readme.md.

Settings

Copy the User/settings.json over the current settings.json in Code -> Preferences -> Settings menu item or ⌘,.

Snippets

Copy the contents of the User/myGlobal.code-snippets into the global snippets file in the Code -> Preferences -> Configure User Snippets menu item.

Extensions

code --install-extension bierner.markdown-mermaid --force \
--install-extension bmewburn.vscode-intelephense-client --force \
--install-extension bradlc.vscode-tailwindcss --force \
--install-extension breezelin.phpstan --force \
--install-extension DavidAnson.vscode-markdownlint --force \
--install-extension DotJoshJohnson.xml --force \
--install-extension eamodio.gitlens --force \
--install-extension EditorConfig.EditorConfig --force \
--install-extension formulahendry.auto-close-tag --force \
--install-extension formulahendry.auto-rename-tag --force \
--install-extension GitHub.codespaces --force \
--install-extension GitHub.github-vscode-theme --force \
--install-extension jebbs.plantuml --force \
--install-extension johnbillion.vscode-wordpress-hooks --force \
--install-extension ms-vscode-remote.remote-containers --force \
--install-extension ms-vsliveshare.vsliveshare --force \
--install-extension naumovs.color-highlight --force \
--install-extension neilbrayfield.php-docblocker --force \
--install-extension PKief.material-icon-theme --force \
--install-extension redhat.vscode-yaml --force \
--install-extension sdras.night-owl --force \
--install-extension SimonSiefke.svg-preview --force
--install-extension SimplyDanny.modelica --force \
--install-extension streetsidesoftware.code-spell-checker --force \
--install-extension Tyriar.sort-lines --force \
--install-extension valeryanm.vscode-phpsab --force \
--install-extension vincaslt.highlight-matching-tag --force \
--install-extension Vue.volar --force \
--install-extension wayou.vscode-todo-highlight --force \
--install-extension whatwedo.twig --force \
--install-extension wwm.better-align --force \
--install-extension xdebug.php-debug --force