Add actions to remove and delete setting files
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -298,7 +298,7 @@ export class Act {
|
||||
|
||||
try {
|
||||
await workspace.fs.createDirectory(this.context.globalStorageUri);
|
||||
} catch (error) { }
|
||||
} catch (error: any) { }
|
||||
|
||||
// Build command with settings
|
||||
const settings = await this.settingsManager.getSettings(workspaceFolder, true);
|
||||
|
||||
Reference in New Issue
Block a user