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
We created a feedback-popup for the new Language Server in VSCode-Python, but we missed ensuring a text string was correct (copy-pasta error on my part)!
From the design in #2127, the popup to request user feedback for the Language Server was supposed to be: Can you please take 2 minutes to tell us how the Python Language Server is working for you?.
Unfortunately, this text was left as Can you please take 2 minutes to tell us how the Experimental Debugger is working for you?.
Environment data
VS Code version: 1.26.0-insider (seen in stable as well)
Extension version (available under the Extensions sidebar): 2018.7.1
OS and version: Windows 10
Python version (& distribution if applicable, e.g. Anaconda): 3.6.6 (seen in 3.7.0)
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): .venv
Relevant/affected Python packages and their versions: N/A
The text was updated successfully, but these errors were encountered:
d3r3kk
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Jul 25, 2018
We created a feedback-popup for the new Language Server in VSCode-Python, but we missed ensuring a text string was correct (copy-pasta error on my part)!
From the design in #2127, the popup to request user feedback for the Language Server was supposed to be:
Can you please take 2 minutes to tell us how the
Python LanguageServer is working for you?
.Unfortunately, this text was left as
Can you please take 2 minutes to tell us how the
Experimental Debuggeris working for you?
.Environment data
The text was updated successfully, but these errors were encountered: