Skip to:
If a relative working directory is passed, we need to resolve the path to an absolute path. i.e.
{ "label":"do something", "action":"run", "command":"box task run", "workingDirectory":"build/" }
That working directory of build/ needs to be expanded to C:/path/to/webroot/build/
Also, if a relative file system path is passed, we need to resolve the path to an absolute path. i.e.
{ "label":"Open Build Folder", "action":"openfilesystem ", "path":"build/" }
That file system path of build/ needs to be expanded to C:/path/to/webroot/build/
If a relative working directory is passed, we need to resolve the path to an absolute path. i.e.
{ "label":"do something", "action":"run", "command":"box task run", "workingDirectory":"build/" }
That working directory of build/ needs to be expanded to C:/path/to/webroot/build/
Also, if a relative file system path is passed, we need to resolve the path to an absolute path. i.e.
{ "label":"Open Build Folder", "action":"openfilesystem ", "path":"build/" }
That file system path of build/ needs to be expanded to C:/path/to/webroot/build/