Created
February 18, 2022 01:20
-
-
Save cppshane/ca8d57fa5997f85df9c44877a3c0c803 to your computer and use it in GitHub Desktop.
VS Code Angular .NET Workspace Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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