-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
${workspaceRoot} support #51
Comments
By default, the current working directory is already the workspaceRoot directory. Actually, you do not need |
When I changed the subdirectory file, need to switch to the main file before build .If support $workspaceRoot will be very convenient. however, thank you for reply. :p |
Got it. Will add support for it. |
Hi @ryanptr , I have added support for $workspaceRoot. Please install the latest version and have a try. |
I just tested it, It is cool! thx. |
In the setting file, how to enter the workspaceRoot directory? such as "cpp": "cd $workspaceRoot && build && out.exe".
The text was updated successfully, but these errors were encountered: