You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
// See http://go.microsoft.com/fwlink/?LinkId=733558// for the documentation about the tasks.json format"version": "0.1.0",
"command": "echo",
"isShellCommand": true,
"echoCommand": true,
"args": ["${file}, ${fileBasename}"]
}
Note that the var for the basename is ${fileBasename}
We get the base name using and node function which should be independent of the Linux you use. That is why I closed it. To double check you could execute the following snippet in a node environment:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: