kokororin / vscode-phpfmt

Integrates phpfmt into VS Code
https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt
BSD 3-Clause "New" or "Revised" License
129 stars 30 forks source link

Specify temporary folder? #139

Closed tg-jbenson closed 4 months ago

tg-jbenson commented 4 months ago

Is there a way to specify the temp file directory?

I'm working in a docker php environment and I've gotten everything working through a shell passthrough, but I can't map the host machines /tmp folder into a container. If I could change the directory to anything else, esp a project local dir I think everything would work.

tg-jbenson commented 4 months ago

Another thought, maybe even just being able to have the /tmp files in sub directory would solve the issue for me. Like if there was a "phpfmt.useTmpSubDir":true option and it just appended a /phpfmt directory to the os /tmp path, I could totally work with that