Skip to content

Add option to generate default configs for VSCode

This change adds an option for .kdesrc-buildrc: generate-vscode-project-config

When set to true will create the default config files in the source directory that enable VSCode to work properly with KDE projects, such as setting the correct build directory & enabling support for C++, CMake, LSP & IntelliSense.

The process specifically checks for an existing .vscode folder, in case the user already has custom settings present - and only proceeds if there is no config yet.

Closes #84 (closed)

Edited by Kristen McWilliam

Merge request reports