Hi I am on Debian with `code` installed with the method : `apt install` I use this version of `code` : ``` $ code --version 1.100.3 258e40fedc6cb8edf399a463ce3a9d32e7e1f6f3 x64 ``` When i start `code` with the mode `serve-web` and with the parameter `--extensions-dir`, i have this error message : ``` $ code serve-web --extensions-dir "/extensions" error: unexpected argument '--extensions-dir' found Usage: code-tunnel serve-web [OPTIONS] For more information, try '--help'. ``` The "/extensions" folder exists and contains files. I have permission to modify them. At one point it worked