Skip to content

Commit becbb4f

Browse files
committed
🔥 Remove default save button
1 parent 30ea148 commit becbb4f

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -608,15 +608,6 @@
608608
"command": "Tools-for-Solidity.sake.copyFromResults",
609609
"title": "Solidity: Copy From Results",
610610
"icon": "$(copy)"
611-
},
612-
{
613-
"command": "Tools-for-Solidity.sake.save-state",
614-
"title": "Solidity: Save Chains State",
615-
"icon": "$(save)"
616-
},
617-
{
618-
"command": "Tools-for-Solidity.sake.delete-state",
619-
"title": "Solidity: Delete Chains State"
620611
}
621612
],
622613
"viewsContainers": {
@@ -691,11 +682,6 @@
691682
"command": "Tools-for-Solidity.sake.show_history",
692683
"when": "view == sake-output",
693684
"group": "navigation"
694-
},
695-
{
696-
"command": "Tools-for-Solidity.sake.save-state",
697-
"when": "view == sake",
698-
"group": "navigation"
699685
}
700686
],
701687
"view/item/context": [

src/sake/sake.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,4 @@ function registerCommands(context: vscode.ExtensionContext) {
146146
}
147147
// @todo might need to rework using vscode.workspace.createFileSystemWatcher
148148
});
149-
150-
context.subscriptions.push(
151-
vscode.commands.registerCommand('Tools-for-Solidity.sake.force-save-state', () =>
152-
saveFullState()
153-
)
154-
);
155149
}

0 commit comments

Comments
 (0)