Currently, Site is not started when user uses the command fm code <sitename>, so the user has to first start the site then enter this command to open vscode.
To simplify this behavior and make it easier for user to open the site in vscode, I think --start flag should be introduced in this command to fix this problem.
When fm code <sitename> --start is used then
Currently, Site is not started when user uses the command
fm code <sitename>
, so the user has to first start the site then enter this command to open vscode. To simplify this behavior and make it easier for user to open the site in vscode, I think--start
flag should be introduced in this command to fix this problem. Whenfm code <sitename> --start
is used then