gyorokpeter
gyorokpeter
That opens a folder in Windows Explorer with the name `%LOCALAPPDATA%\Microsoft\WindowsApps\Microsoft.WindowsTerminalPreview_8wekyb3d8bbwe\wt.exe` . It's a folder but it's named like an executable file.
It says "Error: The file or directory is not a reparse point" (in Hungarian).
I managed to recreate the symlinks. Now the shift-click method works in a terminal window, but the right-click menu in a folder still doesn't.
I'm not seeing the extra printouts with this version. However could that be because I managed to completely disable the feature by messing with the settings?
Just checked that but unfortunately the issue is still present.
As mentioned above, I have no control over updates as it's a company computer. I will keep checking back if it gets updated.
It is because the program assumes that the paths read from %HOME%, %USERPROFILE% etc. are in UTF-8, while normally they are in your system locale. I changed the code to...
It is because the program assumes that the paths read from %HOME%, %USERPROFILE% etc. are in UTF-8, while normally they are in your system locale. I changed the code to...
Thanks. I looked at this project because of what the official doc suggests: https://docs.sonarqube.org/latest/extend/developing-plugin/ Maybe that doc could use an update on how to build a plugin with Gradle.
Péter Györök / KX