stefanaerospace

Results 2 issues of stefanaerospace

### Problem description Trying to make a "portable" code base that leverages CMake's FetchContent so dependencies are built within the project. Code builds and runs, but Lunarvim highlights an include...

bug

Attempted the following code with the current conda release and c++17 interpreter and the current latest sciplot. ``` #include std::vector x = {0, 1, 2, 3, 4}; std::vector y =...