You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User settings for pylint are not working. If I have them disabled for Workspace but enabled for User, pylint does not run on my code. The behavior is much different from enabling/disabling other linters. So basically User level settings do not work.
How to reproduce:
User setting: Pylint Enabled is checked
Workspace setting:
Uncheck "Pylint Enabled" and "python.linting.pylintEnabled": false appears in settings.json
Check "Pylint Enabled" and "python.linting.pylintEnabled": false disappears in settings.json
This is backwards behavior from how, for example, flake8 works. If I check "enable flake8" in settings, I get: "python.linting.flake8Enabled": true in the settings.json. However, if I do uncheck flake8 in workspace settings, my User settings still do not work.
VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:57:51.166Z)
OS version: Darwin x64 19.2.0
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600)
Yes, it's a known issue after 2020.1.0 update of this extension. Unless you declare "python.linting.pylint": true in settings.json, pylint doesn't work.
Issue Type: Bug
User settings for pylint are not working. If I have them disabled for Workspace but enabled for User, pylint does not run on my code. The behavior is much different from enabling/disabling other linters. So basically User level settings do not work.
How to reproduce:
"python.linting.pylintEnabled": false
appears in settings.json"python.linting.pylintEnabled": false
disappears in settings.jsonThis is backwards behavior from how, for example, flake8 works. If I check "enable flake8" in settings, I get:
"python.linting.flake8Enabled": true
in the settings.json. However, if I do uncheck flake8 in workspace settings, my User settings still do not work.VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:57:51.166Z)
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 (2)
The text was updated successfully, but these errors were encountered: