This repository contains VSCode configuration files for working on artefactual/atom.
Includes configuration for the following:
- Setup to run debugger
- Setup to run php-cs-fixer automatically when saving PHP files
- Setup to run prettier automatically when saving JS files
To install, add this repository as a submodule of your working AtoM repository.
# Clone atom if you haven't already
git clone https://github.com/artefactual/atom.git
# Enter the atom directory
cd atom
# Install this repository as a submodule
git submodule add --force https://github.com/danloveg/atom-vscode.git .vscode`Now when you open the atom repository in VSCode, you should have a .vscode directory that is symbolically linked to this repo's .vscode directory.
To install recommended extensions:
- Open the Extensions tab
- Search for @recommended
- Install all extensions in the list of recommended extensions
Information on using the debugger can be found in the AtoM documentation.