Skip to content

Commit

Permalink
added cborm introspection into IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jul 23, 2022
1 parent 76cacae commit d18c847
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@
"directoryPath": "./coldbox",
"isPhysicalDirectoryPath" :false
},
{
"logicalPath": "/cborm",
"directoryPath": "./modules/cborm",
"isPhysicalDirectoryPath" :false
},
{
"logicalPath": "/testbox",
"directoryPath": "./testbox",
"isPhysicalDirectoryPath" :false
}
]
}
}

0 comments on commit d18c847

Please sign in to comment.