File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 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" : {
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" : [
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments