### Is there an existing issue for this? - [ ] I have searched the existing issues ### OS/Web Information - Web Browser: The latest version of the Edge browser - Local OS: Windows - Remote OS: Termux on Android - Remote Architecture: aarch64 - `code-server --version`: v4.0.1 ### Steps to Reproduce 1. install Termux on your Android phone 2. use`yarn global add code-server`to install code-server (The process of installing dependencies has been omitted) 3. run code-server ### Expected Can read and write `settings.json` and other files normally ### Actual  when i tried to edit `settings.json` to change the theme: ``` Unable to write file 'vscode-remote:/data/data/com.termux/files/home/.local/share/code-server/User/settings.json' (Canceled: Canceled) ``` and the `settings.json` has not been altered. ### Logs I uploaded the output from the browser console to [here](https://pastebin.com/mSLqcaBb) it records my operation ### Screenshot/Video _No response_ ### Does this issue happen in VS Code? - [X] I cannot reproduce this in VS Code. ### Are you accessing code-server over HTTPS? - [X] I am using HTTPS. ### Notes  tips: i am not using HTTPS but if i do not check this i cannot submit my issue XD