harvard-web-publishing / mac-dev-playbook

Mac setup and configuration via Ansible.
Other
0 stars 0 forks source link

Install and configure VS Code #1

Closed benjifisher closed 10 months ago

benjifisher commented 10 months ago

Home page: https://code.visualstudio.com/

We can just install with Homebrew:

brew install visual-studio-code

Or we could use https://github.com/gantsign/ansible-role-visual-studio-code

benjifisher commented 10 months ago

What extensions do we want to install?

DDEV has instructions for setting up Xdebug: https://ddev.readthedocs.io/en/stable/users/debugging-profiling/step-debugging/

benjifisher commented 10 months ago

PR #5 is ready for testing.

  1. Check out the feature branch.
  2. Follow the installation instructions on the wiki home page.
  3. Follow the instructions on the second wiki page to start a debugging session with Xdebug.