Closed smitty-codes closed 11 months ago
Hi Smitty, To answer your questions:
I have just uploaded the newer extension version v0.1.7, the previous version wasn't able to emit network error messages so it was hard to determine your problem. Please install the new extension then try opening the same notebook to see if there is any error message pops up.
@smitty-codes Let me know if you have any further problems, or this issue will be closed in 5 days.
Hi @smitty-codes , in the new version (0.2.1) the logic of locking zpln file has been removed, as I believe lots of people are also perplexing if it is expected. Let me know if you have encountered any further problem, thanks.
@allen-li1231 Thanks for making this extension. I have followed the instructions you have in the VS Code extensions page but when I export an existing notebook out to a .zpln file and then open it within VSCode, it keeps marking it as read-only. Is this expected or maybe my setup is not configured correctly? I seem to have gotten it connected to my spark cluster also and everything works in regular Zeppelin web app just not the extension.
What I'm really after is VSCode's intellisense capabilities so I thought I'd install your extension, pull in the notebook file and then take advantage of Metals Scala extension to get intellisense/autocomplete on the scala code in the notebook. This is because the intellisense in vanilla Zeppelin web app leaves alot to be desired. Maybe this idea won't work?
My setup is as follows:
thanks