coder / vscode-coder

Open any Coder workspace in VS Code with a single click.
MIT License
68 stars 16 forks source link

Make log dir optional #322

Closed bcpeinhardt closed 4 months ago

bcpeinhardt commented 4 months ago

This makes passing the --log-dir option to coder/coder optional and based on whether a proxyLogDirectory is set in the extensions settings.

The reasoning behind this is rather than make a unilateral decision about where and how long to store the logs, we simply give control to the user.