Code lens for python plugin in vscode disappears
See original GitHub issueActual behavior
Run Cell | Run Above | Debug Cell Code Lens suddenly disappeared.
Expected behavior
Same problems
https://www.reddit.com/r/vscode/comments/dcdjlu/python_test_code_lens_doesnt_appear_above/ https://github.com/Microsoft/vscode-python/issues/1906
What i’ve tried
{
"editor.codeLens": true,
"python.dataScience.codeLenses": "python.datascience.runcell, python.datascience.runallcellsabove, python.datascience.debugcell",
"python.dataScience.enableCellCodeLens": true,
"python.dataScience.codeRegularExpression": "^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
"python.dataScience.askForKernelRestart": false,
"python.dataScience.magicCommandsAsComments": true
}
- Delete plugin folder
- Complete uninstall
- Reinstall
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Code lens for python plugin in vscode disappears · Issue #1694
Reload VS code and then repro the problem? Our console debug output should then end up in the 'Python' output tab. I can...
Read more >GitLens extension disappeared - Stack Overflow
For me the problem was for VS Code 1.51.1 and GitLens 11 they have made the Source Control Layout as default and requires...
Read more >Python in Visual Studio Code
The extension makes VS Code an excellent Python editor, and works on any operating system with a variety of Python interpreters. It leverages...
Read more >Visual Studio Code September 2022
In the video below, the GitLens extension File Annotations menu is hidden from the editor tool bar and then restored via Reset Menu....
Read more >User and Workspace Settings - Visual Studio Code
VS Code says "Unable to write settings." The error can be as simple as a missing comma or incorrect setting value. Open the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Those errors in powershell can be ignored.
Not sure why I don’t get the same errors about the proposed API as you. I might need to ask VS code about that.
Old bug, closing.