Skip to content
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

Closed
Xarvie opened this issue Jan 14, 2017 · 5 comments
Closed

${workspaceRoot} support #51

Xarvie opened this issue Jan 14, 2017 · 5 comments

Comments

@Xarvie
Copy link

Xarvie commented Jan 14, 2017

In the setting file, how to enter the workspaceRoot directory? such as "cpp": "cd $workspaceRoot && build && out.exe".

@formulahendry
Copy link
Owner

By default, the current working directory is already the workspaceRoot directory. Actually, you do not need cd $workspaceRoot. So I have not supported $workspaceRoot yet. If you have other requirement for $workspaceRoot, I will consider supporting it. 😄

@Xarvie
Copy link
Author

Xarvie commented Jan 14, 2017

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

@formulahendry
Copy link
Owner

Got it. Will add support for it.

@formulahendry
Copy link
Owner

Hi @ryanptr , I have added support for $workspaceRoot. Please install the latest version and have a try.

@Xarvie
Copy link
Author

Xarvie commented Jan 20, 2017

I just tested it, It is cool! thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants