Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Digital Signal Processing Engine Library
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
DSPE
Digital Signal Processing Engine Library
Wiki
VSCode DSPElib readme
VSCode DSPElib readme
· Changes
Page history
Update VSCode DSPElib readme
authored
4 years ago
by
Marek Blok
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VSCode-DSPElib-readme.md
+2
-1
2 additions, 1 deletion
VSCode-DSPElib-readme.md
with
2 additions
and
1 deletion
VSCode-DSPElib-readme.md
0 → 100644
View page @
730fb055
1.
Visual Studio code – instalacja podstawowa
2.
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
3.
run_VScode.bat (
[
run_VScode.bat
](
uploads/e2c8f797454db50f5252b4d7846a450d/run_VScode.bat
)
)
-
konfiguracja ścieżek do MinGW i Msys
-
uruchomienie VS Code
4.
Open folder: d:
\E
clipse_Mars
\g
it_folder
\D
SPElib
\D
SPE_lib
\s
rc
\
5.
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++
6.
Edycja tasks.json
-
choose Terminal > Configure Default Build Task
7.
Kompilacja: np. Terminal -> run task
8.
Debuging
-
launch.json
-
https://code.visualstudio.com/docs/cpp/config-mingw
This diff is collapsed.
Click to expand it.