antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Feature: Update .vscode *.json files as new implemented folder structure #59

Open antonyoung opened 3 years ago

antonyoung commented 3 years ago

Is your feature request related to a problem? Please describe. Update launch and task json files to current new folder stucture. .vscode and json files should be executed from root folder.

Describe the solution you'd like .sln file is in the 'src' folder would like to have .vscode work as from root folder. Ideas? I am a used to use MS Visual Studio, Visual Studio Code is a bit new for me., suggestions?

Describe alternatives you've considered Ideas?

Additional context No high prio, as mentioned it could be handy for new or other visual studio code developers as setup configuring their environment as suggested.