mbolotov / intellij-cypress

IntelliJ-Cypress plugin: https://plugins.jetbrains.com/plugin/13819-intellij-cypress Pro version: https://plugins.jetbrains.com/plugin/13987-cypress-support-pro
MIT License
35 stars 5 forks source link

plugin crash sometimes #39

Closed Areen3 closed 3 years ago

Areen3 commented 3 years ago

Hi, I run plugin under NX but sometime I have:

image

and image

mbolotov commented 3 years ago

Hi Do you notice any function loss when see these exceptions? Do you know how to reproduce them?

Areen3 commented 3 years ago

not at the moment because I am writing cypress related code and using a plugin I watch it I'll let you know, give me a few days

bordelman commented 3 years ago

Hi I do have this issue too. For me there is problem with custom commands. They are not autocomplating. That appeared after updating pycharm to 2021.1

Areen3 commented 3 years ago

hi problem was in nx that generate not exactly working code when I comment processTypescipr and webpack it start working in plugins now it looks like:

image I wrote about it on github nx, look there

mbolotov commented 3 years ago

Hi I do have this issue too. For me there is problem with custom commands. They are not autocomplating. That appeared after updating pycharm to 2021.1

Hi @bordelman! Please create a separate issue if you have a problem with autocomplete.

mbolotov commented 3 years ago

hi @Areen3!

Do you think this issue may be closed as the problem is/was on the nx side?

Areen3 commented 3 years ago

The problem was on my side and the correct configuration of the paths in the cypress site, can be closed thank you for the time ...