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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Are you using Jedi or language server?
Please check the output of your Python output panel and let me know what you get when you have a python file open and the above issue.
Or let me know if you have the following setting enabled in your local .vscode/settings.json or user settings.json:
Starting Microsoft Python language server.
Microsoft Python Language Server version 0.1.78.0
Initializing for C:\venv\Scripts\python.exe
##########Linting Output - pylint##########
************* Module tensor
17,25,error,no-member:Module 'matplotlib.cm' has no 'binary' member
------------------------------------------------------------------
Your code has been rated at 9.11/10 (previous run: 9.11/10, +0.00)
I tried with python.jediEnabled: true and same issue happens.
The text was updated successfully, but these errors were encountered:
@JeffreyCA commented on Fri Feb 08 2019
Environment data
Expected behaviour
Function arguments should be bolded in listed order
Actual behaviour
Function arguments are not bolded in order. In addition only a substring of an argument is bolded in some cases.
Steps to reproduce:
Then begin typing the following, filling in the arguments:
Demo
@DonJayamanne commented on Tue Feb 19 2019
Are you using Jedi or language server?
Please check the output of your
Python
output panel and let me know what you get when you have a python file open and the above issue.Or let me know if you have the following setting enabled in your
local .vscode/settings.json
oruser settings.json
:@JeffreyCA commented on Tue Feb 19 2019
I tried with
python.jediEnabled: true
and same issue happens.The text was updated successfully, but these errors were encountered: