Profile: David
Statistics

- 5
I use VSCode.
When I format the code, there's lot of changes because incompatible C# formatter, here's the only inconsistency I've encountered :
- model.AvailableProductAttribute.Add(new SelectListItem() {
+ model.AvailableProductAttribute.Add(new SelectListItem()
+ {
What formatter are you using ?
Thanks
Thursday, November 14, 2019 9:57 PM
In Visual Studio, how would you load plugins ? Are they loaded automatically with no further configuration ?
Thursday, November 14, 2019 4:35 PM
Hello,
If I load GrandNode project on GitHub in VSCode, it all works perfectly nicely, all compiles, all good.
I can run debugging / dev instance by just pressing F5.
But I am wondering how can I run plugins inside that environment?
I would like for example to test my changes against Grand.Plugin.Tax.CountryStateZip plugin, but it is not loaded at all in the VSCode dev environment.
How can I make it work?
Thanks
Thursday, November 14, 2019 1:04 AM