Pylint underlines the problem partially.
See original GitHub issueIssue Type: Bug
The syntax erros are not underlined properly in this version. In the earlier versions this used to work fine.
The issue has also been raised on stackexchange: https://stackoverflow.com/questions/69947735/vscode-pylance-doesnt-identify-the-error-correctly-while-jedi-doesnt-mark-th
Extension version: 2021.11.1 VS Code version: Code 1.62.2 (3a6960b964327f0e3882ce18fcebd07ed191b316, 2021-11-11T20:56:38.428Z) OS version: Windows_NT x64 10.0.19042 Restricted Mode: No
System Info
Item | Value |
---|---|
CPUs | Intel® Core™ i3-5010U CPU @ 2.10GHz (4 x 2095) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled skia_renderer: enabled_on video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 7.92GB (3.10GB free) |
Process Argv | –crash-reporter-id c1b0ad07-809d-46b5-b3df-4f7dd5817d20 |
Screen Reader | no |
VM | 0% |
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythontb:30283811
pythonptprofiler:30281270
vsdfh931:30280409
vshan820:30294714
vstes263cf:30335440
vscoreces:30384385
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
vsccppwtct:30382698
bridge0708:30335490
dockerwalkthru:30377721
bridge0723:30353136
pythonrunftest32:30373476
pythonf5test824:30373475
javagetstartedt:30391933
pythonvspyt187:30373474
vsqsis200cf:30386380
vsaa593cf:30376535
vssld246cf:30386378
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Pylint underlines the problem partially. · Issue #18971 - GitHub
That error is not coming from pylance. It's coming from pylint. I think pylint uses the Python interpreter to parse the code, and...
Read more >pylint false positive E0401 import errors in vscode while using ...
My problem was totally related to having pylint installed globally, and coding in a venv. vscode was trying to use the globally installed ......
Read more >Linting Python in Visual Studio Code
Linting highlights syntactical and stylistic problems in your Python ... Issues are shown in the Problems panel and as wavy underlines in the...
Read more >2.6 PDF - Pylint Documentation
Pylint is a tool that checks for errors in Python code, tries to enforce a coding standard and looks for code smells. It....
Read more >set underline off; Error - Line 2: SQLPLUS Command Skipped.
I may be old & half blind, but the characters above do NOT look to me to be underlines; but dashes. post completely...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since the “partial underline” problem is an issue with pylint usage in VS Code, should it be transferred to vscode-python?
Linting has change quite a bit since this bug was filed. We also have a new extension for pylint, currently in pre-release, please try it out: https://marketplace.visualstudio.com/items?itemName=ms-python.pylint