Almenon
Almenon
I had this shortcut in the electron version but I didn't bother porting it over to vscode version. Came back to bite me during a talk because arepl took a...
Make a post asking why userbase isn't increasing in /r/python despite good reviews. If I don't get actionable items out of it then the project is dead. No pressure!
``` a="⺴" print(a) ``` Print shows ⺴ just fine but the var display shows it as "⺴"
I need to do this to avoid #241 see https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment Conda environments need to be activated for them to work properly. Currently I simply just use the executable at the...
```python import pkg_resources y = [x for x in pkg_resources.working_set] ``` This generates a _long_ list of stuff like this: -{ y: -[ +{9 items}, +{9 items}, +{9 items}, +{9...
in package.json: "when": "editorLangId == python || editorLangId == plaintext" .... for some reason this isn't working :( even ""when": "editorLangId == python" doens't work When I do that the...
Creating gigantic lists means renderjson has to render thousands of even millions of items, which is too much for the html renderer to handle without lag. I raised a feature...
Not sure how I would do this. I'd have to somehow match up the line numbers with each print statement. And there can be multiple items printed on a single...
add it to https://github.com/Almenon/vscode-extension-telemetry.git see #234
When I launch birdseye from vscode and try to open it in a browser (localhost:7777) I do not see anything. 