-
Notifications
You must be signed in to change notification settings - Fork 70
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
Invalid cwd configuration #279
Comments
Should be like std::filesystem::current_path(argv[1]);, but not directly using std::filesystem::current_path(argv[1]);. |
By the way one should not create both buffer and terminal at the same time, one can create the terminal in the buffer. This way you don't have to create a window and the viewing area is bigger. |
I think #276 should have fixed the issue. Can you please check again? |
What are you referring to? |
I tried to modify the working_dir in base settings is working. “cwd” = ‘xxx’ is not working. I found another problem TargetSettings overrides CmakeSettings.
|
I want the CMakeRun window to be closed by q or esc, not ctrl-w q |
I actually noticed this myself. Sometimes the directory is messed up. A
The terminal's filetype is set to |
@rgzntrade can you please close the issue, if you think it is resolved? |
Replication:
CMakeRun
Status: cd /a/debug/ && .exe, can't use /a/config
Expected: . /a/debug/exe, can use /a/config
The text was updated successfully, but these errors were encountered: