There is a VS Code Workspace file which ties these repos together when they’re sat in the same directory like this:
project
├── project-wp-docker/
├── project-wp-docs/
├── project-wp-theme/
└── project-wp.code-workspace
A list of recommended extentions to get the most of this workspace and commit good code.
Run these from in the Workspace Recommendations section of the Extensions sidebar.
A set of debug configurations to help debug your code with the help of various browsers and tools.
Run these from in the Debug sidebar.
- Linting rules for JS and SCSS.
- PHP CodeSniffer:
phpcs&&phpcbf. - WordPress Standards.
These are mostly repetitive tasks with laborious key commands to remember.
Run these from the Command Palette. cmd+p task sbt will show you the available options.
docker destroydocker sshdocker startdocker status(opens on startup: terminal pane 1)docker stopdocker upgit status(opens on startup: terminal pane 2)markdownlintphpcbfphpcspre-commit autoupdatepre-commit cleanpre-commit install(opens on startup: terminal pane 3)pre-commit run