sandhje / vscode-phpmd

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

${homeDir} does not work #60

Open oscarnovasf opened 3 years ago

oscarnovasf commented 3 years ago

I need change this: "phpmd.command": "C:\\Users\\Oscar\\AppData\\Roaming\\Composer\\vendor\\bin\\phpmd.bat", for this: "phpmd.command": "${homeDir}\\AppData\\Roaming\\Composer\\vendor\\bin\\phpmd.bat",

Is this possible? Thanks

(On Windows 10)

sandhje commented 3 years ago

I'll try to add it in the upcoming release (1.4.0).

sandhje commented 3 years ago

If I'm not mistaken this should already work with a "~" (also on Windows). I'll test to verify and adjust the readme so this is better documented.