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
Is there any way that i can store my extension settings that are in the JSon format and store in vscode own configuration rather then own file ?
and retrieve from there instead of my own JSON extension setting file ?
The text was updated successfully, but these errors were encountered:
Actually my extension code setting sync uses simple extension own json file and write in that file and get all the information syncsettings.json
I just to know is there a possible way that i remove my own json file and instead write in vscode settings json file or any other code local storage and retrive that information to manage my extension rather then using my own json file
Does settings.json file support manual json which can be used by my extension
Is there any way that i can store my extension settings that are in the JSon format and store in vscode own configuration rather then own file ?
and retrieve from there instead of my own JSON extension setting file ?
The text was updated successfully, but these errors were encountered: