-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files not showing up in sidebar Debian 9 #62314
Comments
I run this command 'source run' the run file contains contents: #!/usr/bin rm -rf build |
I believe this issue started when I installed the latest update during a restart. |
Running the |
@JacobStewart64 Sounds like you're running out of file watchers, especially if you get If your hardware got a lot of memory, then you can also try to up the inode notifiction setting as described here: https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc. @bpasero explain the situation the best in issue 45295:
Your current limit can be viewed by running: echo "MAX file watches allowed on system"
cat /proc/sys/fs/inotify/max_user_watches
echo "Current files in project - excluding node_modules"
find . -type f -not -path '**/node_modules/**' | wc -l
echo "Current files in project - including node_modules"
find . -type f | wc -l |
Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines. Happy Coding! |
Issue Type: Bug
Running an out of source CMake build in my workspace, sidebar only acknowledges a few changed files. An ls on the build dir shows all the files are there, but the gui doesn't know about them =(
VS Code version: Code 1.28.2 (7f3ce96, 2018-10-17T00:20:56.183Z)
OS version: Linux x64 4.9.0-8-amd64
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: unavailable_software
video_encode: unavailable_software
webgl: enabled
webgl2: enabled
Extensions (2)
The text was updated successfully, but these errors were encountered: