Skip to content

Commit

Permalink
Add vscode extension suggestions and ignore the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Aug 17, 2023
1 parent 5eb763f commit b54f747
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ demo/bin/*
*.exp

# Other stuff
*.log
*.log

# VSCode
.vscode/*
!.vscode/extensions.json
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.cpptools-extension-pack",
"ms-python.python"
]
}

0 comments on commit b54f747

Please sign in to comment.