Azure-Samples / ms-identity-ciam-dotnet-tutorial

CIAM .NET samples
MIT License
28 stars 18 forks source link

Adding Visual Studio Code Configs #98

Open emakuba opened 1 month ago

emakuba commented 1 month ago

Purpose

Adding configs recommending ms-entra extension to user opening the project within vs code editor.

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information