-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot copy from folders with dots in the name #136
Comments
Thanks @tothi for reporting this. I'll look into it soon |
Was able to validate. I'll try to fix it soon |
Related to nodejs/node#6229 |
Can you try this version please? |
cannot. when I add the VSIX it hangs in "activating..." state and the extension is not fully available. |
You're right. An error thrown on linux. Checking |
Can you try the latest insider version? Sorry for the inconvenient, there is an issue on linux when building the extension on mac. Normally it goes through the ci which build the extension on Linux but since it's an internal version, I built it on my mac computer. Anyway.. I built it now on a linux machine so I hope it will work for you this time 🤞 |
I had the same issue and i can verify that with the insider version it works now! :) |
Thank you @NordiskaRobin! |
Published in version 0.24.2 |
Let's say we have two folders:
My Folder:
/home/istvan/w/test
Compared Folder:
/home/istvan/w/test.2
Here is
hello.txt
only in the compared folder:/home/istvan/w/test.2/hello.txt
If we try to "Copy to my folder" (using right click context menu on hello.txt), it gives the following js error at
workbench.desktop.main.js:149
(stating wrong path expansion/home/istvan/w/test.2/.2/hello.txt
instead of/home/istvan/w/test.2/hello.txt
):Using Code - OSS 1.85.1 on Linux (Node.js: 18.15.0), with Compare Folders v0.23.0 (from marketplace).
The text was updated successfully, but these errors were encountered: