Skip to content

Commit

Permalink
Massive overhaul to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Farid Abdul committed Apr 2, 2022
1 parent 2d1a85d commit bc6cd32
Show file tree
Hide file tree
Showing 21 changed files with 807 additions and 127 deletions.
Binary file added .plastic/plastic.changes
Binary file not shown.
3 changes: 3 additions & 0 deletions .plastic/plastic.selector
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rep "FractureCare@Yale_Blended_Reality@cloud"
path "/"
smartbranch "/main"
Binary file added .plastic/plastic.wktree
Binary file not shown.
2 changes: 2 additions & 0 deletions .plastic/plastic.workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FractureCare
ca65d81a-5e70-4640-97ef-1dde2b8225c6
41 changes: 41 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"WARNING01": "*********************************************************************************",
"WARNING02": "The C# extension was unable to automatically decode projects in the current",
"WARNING03": "workspace to create a runnable launch.json file. A template launch.json file has",
"WARNING04": "been created as a placeholder.",
"WARNING05": "",
"WARNING06": "If OmniSharp is currently unable to load your project, you can attempt to resolve",
"WARNING07": "this by restoring any missing project dependencies (example: run 'dotnet restore')",
"WARNING08": "and by fixing any reported errors from building the projects in your workspace.",
"WARNING09": "If this allows OmniSharp to now load your project then --",
"WARNING10": " * Delete this file",
"WARNING11": " * Open the Visual Studio Code command palette (View->Command Palette)",
"WARNING12": " * run the command: '.NET: Generate Assets for Build and Debug'.",
"WARNING13": "",
"WARNING14": "If your project requires a more complex launch configuration, you may wish to delete",
"WARNING15": "this configuration and pick a different template using the 'Add Configuration...'",
"WARNING16": "button at the bottom of this file.",
"WARNING17": "*********************************************************************************",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/<insert-target-framework-here>/<insert-project-name-here>.dll",
"args": [],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
Loading

0 comments on commit bc6cd32

Please sign in to comment.