-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
"Generating Tags" process is noisy and disruptive. #86766
Comments
(Experimental duplicate detection) |
@vscodebot that is not a duplicate. |
The output console pane continues to steal focus from the editor window every couple of minutes. This is making VSCode Insiders maddeningly unusable. I suggest you treat this as a high priority regression. In the meantime I will try switching to non-insiders. |
I have managed to disable this with the setting |
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. Happy Coding! |
@gwk Since this is caused by the Python extension, can you please reopen this issue here: https://github.com/Microsoft/vscode-python |
@RMacfarlane thank you. filed at microsoft/vscode-python#9046. For what it's worth, I appreciate the personal note. In general I think the vscode team does not appreciate how off putting the bots are. Every time I encounter @vscodebot, it is after I have put at least an hour into filing a bug report, and it always feels like the humans on the other end don't care enough to read it. I understand the practical reason for using bots, but it has engendered some deep negative feelings about the vscode project for me. For one thing, if the bot can automatically close my issue, maybe it could automatically open it in the right place instead of just asking me to do more free work! |
@gwk Thanks for the feedback! I agree that having the bot automatically transfer the issue would be a much better experience. I'll pass this on to the rest of the team. |
Issue Type: Bug
I have a testing framework that creates symlinks in subdirectories of the
_build
directory. Recently, VSCode Insiders has started spontaneously opening the "OUTPUT" tab of the console tray, and spewing tons of warnings from "ctag". Here are the first few lines:Followed by many more warnings.
Additionally, I now see a
.vscode/tags
file getting generated in all of my projects, which I need to exclude in gitignore.I am guessing this is a new feature being rolled out, and this is what I get for using Insiders. But, some honest feedback:
_build
directory to "files.exclude" setting does not fix the ctags warnings.ctags
takes an--exclude
flag; should probably at least respectfiles.exclude
setting, and at most be more aggressively populated.Thank you, -George
VS Code version: Code - Insiders 1.41.0-insider (87c2e0b, 2019-12-06T21:34:49.305Z)
OS version: Darwin x64 19.2.0
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Extensions (24)
The text was updated successfully, but these errors were encountered: