-
Notifications
You must be signed in to change notification settings - Fork 464
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
Set application run directory to executable path #1397
Conversation
Still not worked for me...
I figured it out, now works as expected. |
Thanks @Shatur95! We're finishing up another project this week and are hoping to get back to CMake Tools next week and review your PR. |
Thanks! I'm looking forward to it. |
Thank you! |
Set application run directory to executable path (microsoft#1397)
@bobbrow, could you draft a new release with this change? |
If you want to build your own, the process is pretty quick.
|
Thanks! Yes, I know how to build it manually, but just need to do it on every machine. |
You shouldn't need to build it on every machine, but you will need to manually install it on each machine. Is that what you meant? |
Yes, that's why I suggested draft release with recent fixes. |
Unfortunately we don't have an insiders program set up for this extension yet. If we uploaded to the Marketplace it would go to everyone and we're not ready to do that yet. |
It is better to have daily or commit extension binary. |
This change addresses item #1395
This changes run and debugging behavior
The following changes are proposed:
The purpose of this change
If the application writes files, then it will not output them to the workspace folder. It will also work correctly if it uses shared objects (plugins), which are copied to its folder. This is how it works in most IDE's.
Other Notes/Information
I applied changed suggested by @alan-wr. But it works for run without debug. It looks likecwd: '${workspaceFolder}',
not expanded.Testing project.zip