sandhje / vscode-phpmd

VSCode PHP Mess Detector extension
MIT License
15 stars 4 forks source link

Add variable substitution to config file path #47

Closed sandhje closed 4 years ago

sandhje commented 5 years ago

Add some form of variable substitution to the config file path setting so the file path can be set to e.g. ${workspaceRoot}/php_md.xml, instead of using an absolute path only.

sandhje commented 4 years ago

Added in #51