askfiy / nvim

An excellent Neovim configuration, which is as powerful as Vscode, is lightning fast ⚡
Mozilla Public License 2.0
223 stars 21 forks source link

pylance stopped working #34

Closed kuator closed 11 months ago

kuator commented 11 months ago

Hi, I know it's not my place to ask, but I tried to use your pylance installation code and it works for pylance versions prior october. The versions after that throw a license error. I tried to look into server.bundle.js file to look at what I can do, but reading obfuscated javascript code feels like a nightmare. Could you give me some hints or directions, if you don't mind?

askfiy commented 11 months ago

Predictably, you'll need to do something with the source code. You can learn Node.js before trying to make changes.

kuator commented 11 months ago

Predictably, you'll need to do something with the source code. You can learn Node.js before trying to make changes.

Thanks for the directions!