You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a think about how config should work from the editors POV as well. At the moment all individual configuration are exposed as individual settings to individually override the default settings. If we simplified it to a few JSON objects, we need to make sure that this is not the actual configuration but only the configuration overrides. This way the concept of the PSSA settings file would only be useful when using the cmdlets directly but editor users would only configure vs code settings.
How would user and workspace settings combine if it was a big object instead of just 1 value? VS-Code has the concept that workspace settings override user settings but in this case we don't want that on the whole object but only the individual properties
Configuration of PSSA2 should be easier.
In particular:
The text was updated successfully, but these errors were encountered: