Kartik Raj
Kartik Raj
Friendly reminder to unassign issues before transferring otherwise it breaks our triaging flow.
Please try to find the Python output channel here, Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python) Unfortunately without...
@crazyapril Your issue seems to be that Pylint is not working when using Python Language server as intellisense. We've an open issue for that.
Actually Language server is one providing the linting here, not pylint. ``` XX = 3 print(y) class TestIt(): def __init__(self): self.x = 5 slf.y = 6 ``` LS only shows...
Looks like the analysis in Language server might be blocking the highlighting.
Note all of the users who face this were using ArcGIS Pro conda env, as the result of Conda info command suggests. More details: https://github.com/microsoft/vscode-python/issues/18980#issuecomment-1116568280
Thanks, can you think of any any specific info you need that will be helpful to be able to reproduce this? Perhaps some info about the environment (which is `base`)...
@YEUNGWAIPANG Can you try upgrading conda to the latest version and see if it helps? I think you can run `conda update conda` to update the version ([docs](https://docs.anaconda.com/anaconda/install/update-version/))
That does not seem related to the issue as it is also reproducible outside of VSCode (Anaconda prompt).
I'm transferring it to VSCode as it's related to the terminal. Please send your **User** settings which is helpful for diagnosis. Did you try reopening VSCode?