Ihor Bobak

Results 58 comments of Ihor Bobak

I tried to edit the file, add lines, save it, creating a new file in that directory - nothing helped: https://youtu.be/P7cBw8YPSTE I know for sure that I launched multiple times...

I reproduced a small app in js (with usage of chokidar) and it works just fine. But there is one catch. The code of my js file: ``` // Import...

In the extension host I see this: [logs_extension_host.txt](https://github.com/user-attachments/files/16289300/logs_extension_host.txt) It doesn't look I am having any issues with number of files. I mentioned this issue related to my own js script,...

Rich, thank you very much for the command name - now I will know that the name is "Restart Language Server" :) If you know how to dump all logs...

One more scenario: ![image](https://github.com/microsoft/pylance-release/assets/8807043/09c09ad2-7afc-4794-950b-91f14c927677) ![image](https://github.com/microsoft/pylance-release/assets/8807043/9cc51cc0-5786-4e33-a9bf-165f9c2218b8) ![image](https://github.com/microsoft/pylance-release/assets/8807043/b8726faa-18a6-436a-89f2-52707764b34b) I would not show those popups inside strings UNLESS I am typing in something in {} inside the f-string.

@heejaechang, may I ask you, how to avoid automatic popups in the jupyter notebooks? I tried option "editor.hover.enabled": false, but it looks like it is not applicable to the notebooks....

Looks like I've found answer to my previous question: ``` "editor.parameterHints.enabled": false ``` Problem solved for me: if I want them to be shown, I will explicitly press Ctrl+Shift+Space. But...

@heejaechang Could you please look at one more thing? https://youtu.be/RgnYR0QbjCY The popup is different (this is not that yellow one, but the one which offers parameters). And the setting editor.parameterHints.enabled=false...

@heejaechang and one more case: https://www.youtube.com/watch?v=W22HhLPnsLk To summarize what is in this video: * if I have an f string like f"{}" and I want to insert something between {}...

Erik, thank you very much for your answer. It is a commercial project, and I got this just in the middle of my work. I know submitting code would be...