Skip to content

python.linting.pylintEnabled BROKEN for Default/User settings #3351

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

Closed
kinyusui opened this issue Nov 14, 2018 · 3 comments
Closed

python.linting.pylintEnabled BROKEN for Default/User settings #3351

kinyusui opened this issue Nov 14, 2018 · 3 comments

Comments

@kinyusui
Copy link

pylint does not work unless
"python.linting.pylintEnabled": true
is in workspace settings.
If this is not included but IS included in "User settings", there will still be no pylint errors shown.

I'm using a simple error like
print 'hi'
which should through an error asking for parenthesis on python 3.

Since python.linting.pylintEnabled is true by default, this would mean that the default settings aren't working for me either. I MUST specify it specifically in my workspace settings.

@raytroop
Copy link

Same problem

CPUs Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (8 x 1571)
GPU Status 2d_canvas: enabledchecker_imaging: disabled_offflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onnative_gpu_memory_buffers: disabled_softwarerasterization: disabled_softwarevideo_decode: unavailable_softwarevideo_encode: unavailable_softwarewebgl: enabledwebgl2: enabled
Load (avg) 1, 1, 1
Memory (System) 15.62GB (2.86GB free)
Process Argv airbus-ship-detection/
Screen Reader no
VM 0%
[Extension Author (truncated) Version
python ms- 2018.10.1
cpptools ms- 0.20.1
code-settings-sync Sha 3.2.0
markdown-preview-enhanced shd 0.3.11
markdown-pdf yza 1.2.0](url)
version
vscode 1.29.0
OS Ubuntu16

@kinyusui
Copy link
Author

Looked at josherickson's post, turns out it was because I had

"python.jediEnabled": false

in my User Setttings. When I deleted it, pylint was working fine.
Can anyone tell me how to close this issue? Thanks in advance.

@raytroop
Copy link

raytroop commented Nov 16, 2018

But I always have "python.jediEnabled": false in user setting, in order to use the Microsoft Python Language Server as the IntelliSense engine.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants