Skip to content

pixeljar/local-addon-xdebug-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Add-on: XDebug + VSCode PRs Welcome

Manual Installation

Clone

Clone the repository into the following directory depending on your platform:

  • macOS: ~/Library/Application Support/Local/addons
  • Windows: %AppData%\Local\addons
  • Linux: ~/.config/Local/addons

Install Dependencies

  • yarn install

Build

  • yarn build

Development

Folder Structure

All files in /src will be transpiled to /lib using TypeScript. Anything in /lib will be overwritten.

License

MIT