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

Couldn't copy path. #11

Open
2-X opened this issue Apr 18, 2021 · 2 comments
Open

Couldn't copy path. #11

2-X opened this issue Apr 18, 2021 · 2 comments
Assignees

Comments

@2-X
Copy link

2-X commented Apr 18, 2021

Whenever I right click and try to copy the path it says Couldn't copy path.

Unfortunately the error is not more verbose than that. How can I go about debugging this?

@nidu
Copy link
Owner

nidu commented Apr 19, 2021

Hi @2-X I don't see any logs either. Probably vscode doesn't catch console.error calls.
Is it happening for you in particular file or everywhere? Does it work on simple JSON like {"a":1}?
If it's happening for a particular text - could you share this text or minimal reproducing snippet?
Also which operating system, version of VS Code and version of the extension are you using?

@ylaizet
Copy link

ylaizet commented Feb 25, 2023

Hi, I got the same issue. I tested my file chunk after chunk to find the cause of the error. I looks like this is simply a size issue. Once the file reaches 4 194 288 chars in length, I get the error. Just deleting one single char in the file and it works back.

@nidu nidu self-assigned this Mar 16, 2024
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

3 participants