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

[COMING] Neovim Lua - Auto detect executable for C++ projects #38

Open
1 task
Curs3W4ll opened this issue Jun 9, 2023 · 0 comments
Open
1 task

[COMING] Neovim Lua - Auto detect executable for C++ projects #38

Curs3W4ll opened this issue Jun 9, 2023 · 0 comments
Labels
coming Coming next enhancement New feature or request help wanted Extra attention is needed

Comments

@Curs3W4ll
Copy link
Owner

Curs3W4ll commented Jun 9, 2023

What is this feature about?
When using C++ DAP, the configuration asks for the path of the executable, we want it to be automatic.

How will this solution be done?
The main idea is to create a function that will parse a CMakeLists.txt file and detect the executable path and name.
We could also use neoconf to let the user specify the executable path in a config file.

What needs to be done?

  • A new configuration that will do the behavior described above.
@Curs3W4ll Curs3W4ll added enhancement New feature or request help wanted Extra attention is needed coming Coming next labels Jun 9, 2023
@Curs3W4ll Curs3W4ll assigned Curs3W4ll and unassigned Curs3W4ll Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coming Coming next enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant