-
Notifications
You must be signed in to change notification settings - Fork 907
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
Can't type in code cell after editing Notebook text cell #17579
Comments
Hi @dullroar, thank you for filing an issue. Couple of clarifying questions:
|
Lucy:
|
Hi @dullroar, The fix for "I cannot type in pre-existing code cells in a notebook" is now available in Insiders, which can be downloaded here: https://github.com/microsoft/azuredatastudio#try-out-the-latest-insiders-build-from-main. For the performance issues, can you check if the Incremental Grid Rendering feature is on? You can find this by going to Settings and searching for Incremental Grid Rendering. Turning this feature off should give you the same performance as the previous release (1.32). For the Markdown keyboard shortcuts, could you explain the specific shortcuts that are not working and what issues they are causing? |
|
Can you confirm the version of ADS Insiders you're using (Help -> About -> Copy) |
Version: 1.33.0 (user setup) |
Ah, that's still the stable release. Could you try following the instructions here to get the insiders build and try that? https://github.com/Microsoft/azuredatastudio#try-out-the-latest-insiders-build-from-main (they can be installed side-by-side so you don't have to uninstall the stable build or anything first) |
I am confused. I downloaded the release from that page, installed it, and started it from the installer wanting to launch it. Do I have to remove the system-installed release first? |
Odd, which insiders installer did you use? And do you have a start menu entry for |
azuredatastudio-windows-user-setup-1.34.0-insider.exe is what I launched from the Downloads folder. |
Logged out, logged back in, started ADS, confirmed in Task Manager the path to the executable was in my AppData. It still looks like the same About info, though: |
Also confirmed ADS is in my PATH and that it is pointing to AppData, and that there isn't another ADS in my path (like from a system install). |
How are you launching the insiders build? You should have two entries in the start menu : Or you can also
|
@dullroar FYI I updated the title to focus specifically on the "can't type in the cell" issue. Once we've verified the fix with you then we can see if you're still running into perf issues and if so open a separate issue for that. |
OK, so reinstalling looks like that cleared up running the right exe, so that's done. Chalk to probable mistake on my part. Switching of Incremental Grid Rendering took care of the Ctrl-C/Ctrl-V thing, which I think was simply trying to interact with a code cell before it was done rendering (but no good visual way to tell that). The weird thing was copy/paste working from the mouse, but not the keyboard. I am sure you all understand it under the covers. And yes, per the perf issue, I would love to continue working on it, because I think the use case is valid, but the rendering is SO SLOW (minutes, literally watching CPU in Task Manager to know when I can start interacting with the notebook). |
Thanks @Charles-Gagnon @lucyzhang929 for your help on diagnostics. |
Thanks for the confirmation @dullroar - so it sounds like the "can't type in code cell" issue is resolved in the insiders? Would you mind making a new issue for the perf issues with any details you can provide? We can start helping with taking a look at that separately then. |
@Charles-Gagnon I would consider this issue resolved. May I tag you when I open a new performance-related ticket? |
Feel free to tag me @dullroar. I can assign it out 😄 |
We have written the needed data into your clipboard because it
Issue Type: Performance Issue
The performance upgrade appears to have moved all the rendering to a background thread, which gives the illusion of UI interaction but few things work until CPU goes back to 0 on a complicated notebook. The new shortcut keys for the Markdown cells also seems to be causing a lot of issues elsewhere. I cannot type in pre-existing code cells in a notebook but have to copy the code out, edit it elsewhere and then paste it back in, and the Ctrl-C/Ctrl-V shortcut keys don't even work for paste.
Azure Data Studio version: azuredatastudio 1.33.0 (6783aa6, 2021-10-26T17:28:15.782Z)
OS version: Windows_NT x64 10.0.17763
Restricted Mode: No
System Info
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: disabled_off
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
The text was updated successfully, but these errors were encountered: