WebTemplateStudio icon indicating copy to clipboard operation
WebTemplateStudio copied to clipboard

Weird backslash character for Logs folder in WebTS on Linux/Mac

Open prupipho opened this issue 3 years ago • 0 comments

Describe the bug From WSL or Linux is not easy to navigate or open the WebTS logs due to a weird character used for generating the path

To Reproduce

  1. Open vscode using WSL Remote.
  2. Open Web Template Studio (Ctrl + Shift + P: Web Template Studio) No matter if Create Web App or Create React Native App
  3. Check the WebTS logs:
Mac: /Users/[username]/.local/share
Linux: //home/[username]/.local/share
Windows:  %LocalAppData%

  1. Notice that under WebTS you can find the Templates folder but not the Logs one. You can see a folder named WebTS\Logs instead, but it doesn´t seem to be able to open it correctly. (You need to open the parent folder to access to it)

Expected behavior It should create the Logs folder correctly accordingly to the OS where it´s generated.

Screenshots MicrosoftTeams-image (3)

This is how it looks in WSL Remote when trying to Open Folder image

When you select that it complains that the path does not exist image

In Windows seems that is creating it ok image

System

  • OS: WSL Remote in vscode

prupipho avatar May 13 '21 18:05 prupipho