Skip to content

danloveg/atom-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtoM VSCode Development Setup

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.

Extensions

To install recommended extensions:

  1. Open the Extensions tab
  2. Search for @recommended
  3. Install all extensions in the list of recommended extensions

Debugging

Information on using the debugger can be found in the AtoM documentation.

About

VSCode configuration for working on artefactual/atom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published