Skip to content

Commit

Permalink
Add recommended extensions for VSCode (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
chykon authored Feb 21, 2023
1 parent da23c8b commit 4b08a28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ doc/api/
# Other stuff
tmp_test/
*.vcd
.vscode/
.vscode/*

# Exceptions
!.vscode/extensions.json
!test/example_icarus_waves.vcd
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"Dart-Code.dart-code",
"ms-vscode-remote.remote-containers"
]
}

0 comments on commit 4b08a28

Please sign in to comment.