Skip to content
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

No Python Channel in Web #19013

Closed
sbatten opened this issue Apr 26, 2022 · 1 comment
Closed

No Python Channel in Web #19013

sbatten opened this issue Apr 26, 2022 · 1 comment
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug

Comments

@sbatten
Copy link
Member

sbatten commented Apr 26, 2022

Testing #18964

Instructions specify to verify output in the Python output channel, but no channel seems to exist even though in-file intellisense seems to be working and the Python Language Server channel does exist.

image

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 26, 2022
@karthiknadig karthiknadig added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. triage and removed triage-needed Needs assignment to the proper sub-team labels Apr 27, 2022
@kimadeline
Copy link

After poking around with it, this behaviour is expected. The Python extension will load in vscode.dev, but we don't start up anything (no interpreter support), so there won't be an output channel. Sorry for the confusion 😔

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants