Nothing show in explorer
See original GitHub issuewhen I run the code-server
It doesn’t show any files in explorer
EDIT: in terminal, ls, cd is also doesnt work
it said ls: .: Operation not permitted
- Web Browser: Chrome v87
- Local OS: MacOS BigSur
- Remote OS: MacOS BigSur
- Remote Architecture: x86
code-server --version
: 3.7.4 11f53784c58f68e7f4c5b3b8dae9407caa41725b
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
File Explorer Is Blank - Microsoft Community
Hi,. To resolve this issue, kindly try running the System File Checker tool to repair missing or corrupted system files. For steps on...
Read more >File Explorer not showing files though they exist in Windows ...
File Explorer not showing files though they exist · Use Refresh · Restart File Explorer · Clear Icon Cache · Check if files...
Read more >SOLVED File Explorer is Empty - Windows 10 Forums
Right click at Start button > select Command Prompt (Admin ) > at the flashing prompt, copy/paste this..... > press Enter.
Read more >Windows 10 File Explorer Not Responding? Here are 4 Ways ...
Press and hold the Shift and Ctrl keys down at the same time. Then, right-click on the Taskbar and release the Shift and...
Read more >Folder Shows Empty but Files Are There Windows 10/8/7
Show files in File Explorer, In the search box, type folder option ... folder on drive D. Today I click on the folder,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was using
brew services start code-server
to registercode-server
as a background service so it keeps running whenever I restart my computer. I don’t see any files in the file explorer and the terminal showsOperation not permitted
.After I stopped the background service with
brew services stop code-server
, and run thecode-server
command directly in the terminal everything works now.I’m having this same problem, even after I’ve verified that Terminal has access to Documents, Download, and Desktop folders. I can access any file from any other folders, and create files/folders in Documents, Download, and Desktop, but
code-server
can’t see any files in those three locations.