Change "python.workspaceSymbols.enabled" to default to false #9046
Comments
|
@gwk thanks for letting us know! We just fixed an issue with building symbols and it was overlooked that the setting to build symbols was on by default. We will be changing the default to be off shortly. |
10 tasks
|
Using the insiders build I was able to verify that the default is false. (I checked that it defaulted to "true" with the last release.) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
_builddirectory. 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/tagsfile 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:
_builddirectory to "files.exclude" setting does not fix the ctags warnings.ctagstakes an--excludeflag; it should probably at least respectfiles.excludesetting.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: