Add storage support
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ export let settingsTreeDataProvider: SettingsTreeDataProvider;
|
||||
export function activate(context: vscode.ExtensionContext) {
|
||||
console.log('Congratulations, your extension "github-local-actions" is now active!');
|
||||
|
||||
act = new Act();
|
||||
act = new Act(context);
|
||||
|
||||
// Create tree views
|
||||
const decorationProvider = new DecorationProvider();
|
||||
|
||||
Reference in New Issue
Block a user