forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 3
Issuelable #17
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
Closed
Issuelable #17
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sues to `vscode-python` (microsoft#19656) * Ensure any labels or assignees do not carry over when transferring issues to repo * Fix indent * Make list of envs global * Minor edit * Run prettier * Add Eleanor to triage flow Co-authored-by: Karthik Nadig <kanadig@microsoft.com> Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Fix for JSON telemetry extraction.
Update variables in Flask Debuug Configuration
* Add code review chat * Prettier
* Test server should bind to localhost. * Fix tests. * Some logging for easier diagnosis.
microsoft#19629 Co-authored-by: paulacamargo25 <paulitacv25@gmail.com>
This is to classify the new call-tas-error event the Python extension sends when calls to TAS fail.
… and remove hard refresh icon in quickpick (microsoft#19806)
Closes microsoft#3854 Removed shebangCodeLensProvider and IShebangCodeLensProvider as well as their references and instances. Also removed the setShebangInterpreter.
…s from Pyenv virtualenvs (microsoft#19862)
To clear property named "errortype" under the "call-tas-error" event.
…19841) Closes microsoft#19101 closes microsoft#18973 Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Just the extension ID is sufficient.
Done temporarily on request of Pylance so they can begin testing.
I am removing ILanguageServer and all interfaces/types existed around it since it seems it is no longer used. ... it looks like ILanguageServer used to be used for old jupyter (https://github.com/microsoft/vscode-python/blob/main/src/client/jupyter/jupyterIntegration.ts#L146) but it no longer used by jupyter anymore (https://github.com/microsoft/vscode-jupyter/blob/70dc27d55c95cb81bfd32a6505b7fb357bfe624e/src/platform/api/types.ts#L74). this PR (microsoft/vscode-jupyter#10889) removed it from jupyter since it is not used. but it is never removed from python extension. ... I am doing this as a part of on-going client move work since we do not want to expose ILanguageServer to pass to jupyter extension unless it is required.
Closes microsoft#19889 Closes microsoft#19890 Closes microsoft#19891 Closes microsoft#19894 Closes microsoft#19897 Closes microsoft#19852 Closes microsoft#19851 Closes microsoft#19838 Closes microsoft#19916 Closes microsoft#19917
…oft#19951) this PR is a part of bigger effort of removing old notebook experiments. microsoft/vscode-jupyter-lsp-middleware#60 microsoft/vscode-jupyter#11545
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.