Skip to content

Commit

Permalink
Add VScode extension recommendation and gitignore.
Browse files Browse the repository at this point in the history
The extensions.json prompts users to instal extensions for C and CMake
support.
  • Loading branch information
FtZPetruska committed Mar 27, 2023
1 parent ccd98c5 commit ba15dd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ vcpkg_installed
out
CMakeSettings.json
CMakeUserPresets.json

# Visual Studio Code
/.vscode/**
!/.vscode/extension.json
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["ms-vscode.cpptools", "ms-vscode.cmake-tools"]
}

0 comments on commit ba15dd1

Please sign in to comment.