seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
89 stars 25 forks source link

WSL integration #91

Closed jeremypeyratout-eaton closed 4 months ago

jeremypeyratout-eaton commented 4 months ago

I'm trying to run bash scripts on WSL but the action doesn't find them. I tried to run a command which only creates a file at a specific place, then did a "ls" to see what is inside the repo I chose (which was an existing repo with multiple files/folders in it). If I cd back to the root I can see all my folders but if I check into them they are empty. Am I missing something? It seems that the file is created on the windows side even if the actions is installed on my wsl system.

jeremypeyratout-eaton commented 4 months ago

realized my path with incorrect, sorry for the bother