Skip to content

Commit

Permalink
chore: VSCode extensions recommendation (#942)
Browse files Browse the repository at this point in the history
* add vscode extension recommendations for WS

* add devcontainer to ws recommendations
  • Loading branch information
bkje14 authored Apr 10, 2024
1 parent bb3460e commit eb3ad67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
!**/Output/.gitkeep
Docs/_build/*
Docs/auto_examples/*
.vscode/
Documentation/*
.pytest_cache/*
Tests/anytest-output/*
Expand Down
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"anybody.anyscript",
"mhutchie.git-graph",
"ms-vscode-remote.remote-containers"
]
}

0 comments on commit eb3ad67

Please sign in to comment.