code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Detects a new project only after restarting VS Code

Open AlexanderZhirov opened this issue 4 years ago • 1 comments

When creating a NEW dub project, it is necessary to reboot VSCode, since it does not detect the created project (Ctrl+Shift+B), while pulling up the configuration from the previous project.

Before restarting VSCode:

изображение

After restarting VSCode:

изображение

It would be convenient to build the project relative to the directory where the source file is open, and run debugging (launch.json and tasks.json) to make universal, at the start of which the application is built and launched relative to the directory where the source file is open.

AlexanderZhirov avatar Nov 09 '21 13:11 AlexanderZhirov

additionally this applies to automatic dub building when debugging

WebFreak001 avatar Nov 16 '21 10:11 WebFreak001