Skip to content

Commit

Permalink
Fix vscode workspace and settings files from rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Oct 31, 2024
1 parent 3f906b4 commit aef7f62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
<<<<<<< HEAD
"cmake.sourceDirectory": "/home/nixmini/Repository/Source/libbitcoin-node/builds/cmake",
"cmake.useCMakePresets": "always"
}
=======
"cmake.sourceDirectory": "${workspaceFolder}/builds/cmake",
"cmake.useCMakePresets": "always"
}
>>>>>>> e3e1a43d (Regenerate artifacts.)
9 changes: 0 additions & 9 deletions builds/vscode/node.code-workspace
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
<<<<<<< HEAD
"folders": [
{
"path": "../../../libbitcoin-system"
Expand All @@ -13,14 +12,6 @@
{
"path": "../../../libbitcoin-node"
}
],
"settings": {}
=======
"folders": [
{
"path": "../../../libbitcoin-node"
}
],
"settings": {}
>>>>>>> e3e1a43d (Regenerate artifacts.)
}

0 comments on commit aef7f62

Please sign in to comment.