diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..95fb01828 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "name": "C/C++: clang++ build and debug active file", + "type": "cppdbg", + "request": "launch", + "program": "${fileDirname}/${fileBasenameNoExtension}", + "args": [], + "stopAtEntry": false, + "cwd": "${fileDirname}", + "environment": [], + "externalConsole": false, + "MIMode": "lldb", + "preLaunchTask": "C/C++: clang++ build active file" + } + ], + "version": "2.0.0" +} \ No newline at end of file diff --git a/artisoptions_nltenebular.h b/artisoptions_nltenebular.h index 9785b69be..178242722 100644 --- a/artisoptions_nltenebular.h +++ b/artisoptions_nltenebular.h @@ -159,4 +159,4 @@ constexpr bool EXPANSION_OPAC_SAMPLE_KAPPAPLANCK = false; constexpr bool USE_XCOM_GAMMAPHOTOION = false; // NOLINTEND(modernize*,misc-unused-parameters) -#endif // ARTISOPTIONS_H \ No newline at end of file +#endif // ARTISOPTIONS_H