Skip to content

Commit

Permalink
chore: add VSCode workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f committed Dec 31, 2023
1 parent ac08aaf commit a8acdeb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ FodyWeavers.xsd
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
!.vscode/recommended.code-workspace

# Local History for Visual Studio Code
.history/
Expand Down
17 changes: 17 additions & 0 deletions .vscode/recommended.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"folders": [
{
"name": "repository",
"path": ".."
},
{
"name": "python-addon",
"path": "../src/addon"
},
{
"name": "native-addon",
"path": "../src/dll"
}
],
"settings": {}
}

0 comments on commit a8acdeb

Please sign in to comment.