Skip to content

Instantly share code, notes, and snippets.

@cppshane
Created February 18, 2022 01:20
Show Gist options
  • Save cppshane/ca8d57fa5997f85df9c44877a3c0c803 to your computer and use it in GitHub Desktop.
Save cppshane/ca8d57fa5997f85df9c44877a3c0c803 to your computer and use it in GitHub Desktop.
VS Code Angular .NET Workspace Configuration
{
"folders": [
{
"path": "."
},
{
"path": "../example-api"
}
],
"settings": {},
"launch": {
"version": "0.2.0",
"compounds": [
{
"name": "Launch Workspace",
"configurations": [".NET Launch", "Node Launch"]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment