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
In a project where this setting has not been defined: Goto Septic->Ignored: Paths in settings and click "Edit in settings.json". The settings.json file will open with this content:
"septic.ignored.paths": [
]
It should probably be like this instead?
"septic.ignored.paths": {
}
The text was updated successfully, but these errors were encountered:
In a project where this setting has not been defined: Goto Septic->Ignored: Paths in settings and click "Edit in settings.json". The settings.json file will open with this content:
"septic.ignored.paths": [ ]
It should probably be like this instead?
"septic.ignored.paths": { }
The text was updated successfully, but these errors were encountered: