Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Add VSCode workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jan 3, 2024
1 parent 5ee9fda commit 3d77682
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/helpers/orangutan-helpers.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"search.exclude": {
"src/*/target": true
}
},
"extensions": {
"recommendations": [
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer"
]
}
}
18 changes: 18 additions & 0 deletions src/orangutan-server/orangutan-server.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"search.exclude": {
"src/*/target": true
}
},
"extensions": {
"recommendations": [
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer"
]
}
}

0 comments on commit 3d77682

Please sign in to comment.