Change "python.workspaceSymbols.enabled" to default to false #9046
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Milestone
Issue Type: Bug
Note: originally filed as microsoft/vscode#86766 and sent here.
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; it should probably at least respectfiles.exclude
setting.I have managed to work around the problem by the setting
python.workspaceSymbols.enabled: false
. I still think it represents a serious usability issue however. VSCode was essentially unusable until I switched that off, because the output pane was randomly stealing focus from the text editor every few minutes. Additionally, the presence of the large tags file inside the project directory seems like a bad design.Thank you, -George
VS Code version: Code - Insiders 1.41.0-insider (87c2e0be5d7359ce110c4c9ec9f6df71be996f8a, 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: