Skip to content
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

Extension fails to load #93

Open
shugyosha89 opened this issue May 8, 2021 · 6 comments
Open

Extension fails to load #93

shugyosha89 opened this issue May 8, 2021 · 6 comments

Comments

@shugyosha89
Copy link

shugyosha89 commented May 8, 2021

I installed the extension, but when I press the keybinding, file path dialog flashes (appears then disappears) and VSCode shows an alert:
Screenshot from 2021-05-08 17-15-15

Running on Ubuntu 20.04.

@hanhpv
Copy link

hanhpv commented May 12, 2021

Got the same error on Magento 2 code

@DumboCL
Copy link

DumboCL commented Jul 10, 2021

Same error too.

@pgdaniel
Copy link
Collaborator

@Squatmaestro is this happening with a particular file? @DumboCL what kind of file did you experience this on? @hanhpv can you send me an example Magento 2 application/file to try this?

@pgdaniel
Copy link
Collaborator

@Squatmaestro @DumboCL @hanhpv :

it might be that you have broken simlinks, try using this command from the command line in the root of your project find . -xtype l

In the meantime I'm working on a fix for broken simlinks

@dkja
Copy link

dkja commented Oct 8, 2021

It's invalid currentEditorPathOption function behavior.
I think RegExp may produce error when path contains: \ / ^ $ * + ? ( ) | { } [ ] . characters
Especialy on Linux path is: /tmp/file :/

@DumboCL
Copy link

DumboCL commented Oct 9, 2021

Hi, my issue got solved by itself. I installed another extension: Advanced New File, which also cannot work. I uninstalled it. However, it turned out to solve the previous issue. Now my advanced-new-file extension works very well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants