- Visual Studio code – instalacja podstawowa
- cpp support: https://code.visualstudio.com/docs/languages/cpp
- C/C++ IntelliSense, debugging, and code browsing
- Using GCC with MinGW https://code.visualstudio.com/docs/cpp/config-mingw
- .vscode folder in the workspace
- run_VScode.bat (run_VScode.bat)
- konfiguracja ścieżek do MinGW i Msys
- uruchomienie VS Code
- Open folder: d:\Eclipse_Mars\git_folder\DSPElib\DSPE_lib\src\
- c_cpp_properties.json – konfiguracja ścieżek
- "compilerPath": "d:/CodeBlocks_20_03/MinGW/bin/gcc",
- https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference
- The status bar in VS Code will show you which configuration is active. You can also click on the label in the status bar to change the active configuration.
- najpierw trzeba w status bar ustawić C++
- Edycja tasks.json
- choose Terminal > Configure Default Build Task
- Kompilacja: np. Terminal -> run task
- Debuging
- Linux
- sudo apt install libasound2
- sudo apt-get install libasound2-dev
- git
- git config --global user.email "toja@example.com"
- git config --global user.name "Twoje Imię Nazwisko"