Skip to content

Commit

Permalink
Pending changes exported from your codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
uzhhhhh committed Jan 21, 2024
1 parent 21665ff commit 8076b88
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": []
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"makefile.alwaysPostConfigure": true,
"makefile.alwaysPreConfigure": true,
"dotnetAcquisitionExtension.existingDotnetPath": [
autoDetect

]
}
13 changes: 13 additions & 0 deletions WirelessCarPlay.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
},
{
"path": "../.codespaces"
}
],
"settings": {
"dotnetAcquisitionExtension.existingDotnetPath": []
}
}

0 comments on commit 8076b88

Please sign in to comment.