Jordan Gunn
Jordan Gunn
So you're saying this isn't a bug? At the least, then, the documentation for migrating nbdev1 should provide guidance instructing users to reorganize their pre-existing libraries to account for this...
Would really really love this
Think I've found something of use, at least with the pre-release version. If I add `*ipynb` to the Grammarly file inclusion setting, I can get feedback on the content in...
Toggling the "Start text checking in paused state" setting seems to make this work even more cleanly. Under this setting, text checking only happens if you deliberately trigger the "Grammarly:...
Hullo, I'd like to help out with this! I wonder if any progress not mentioned here has already been made - if not, I'll just go ahead and start with...
Here's an approach for debugging inside VSCode I've found. The gist of the strategy is to separate the decoration of cells with `@app.cell` from the declaration of functions that use...
https://code.visualstudio.com/docs/python/debugging#_local-script-debugging Seems to provide some clue for getting this to work. You add a remote attach configuration to your `.launch.json` (VSCode helps set this up with an "Add Configuration" button...
I'm interested in using this feature too and have started some debugging via the Python app. I've found an odd hack through breakpoint toggling that gets things working correctly but...
No, I'm pretty sure it's not a recognition problem but rather a problem with the code. My work finding that quirk in VSCode's debugger can unlock normal cursor control without...