mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Move commands to correct spot
This commit is contained in:
parent
4a4c393e2d
commit
d7e44406ec
@ -57,6 +57,16 @@ export const accessCommands: CommandEntry[] = [
|
|||||||
{
|
{
|
||||||
name: 'mind-reader.getIndent',
|
name: 'mind-reader.getIndent',
|
||||||
callback: getIndent,
|
callback: getIndent,
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name: 'mind-reader.runLineContext',
|
||||||
|
callback: runLineContext,
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name: 'mind-reader.runCursorContext',
|
||||||
|
callback: runCursorContext
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -135,15 +145,6 @@ export const navCommands: CommandEntry[] = [
|
|||||||
name: 'mind-reader.navigateForward',
|
name: 'mind-reader.navigateForward',
|
||||||
callback: () => vscode.commands.executeCommand('workbench.action.navigateForward'),
|
callback: () => vscode.commands.executeCommand('workbench.action.navigateForward'),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'mind-reader.runLineContext',
|
|
||||||
callback: runLineContext,
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
name: 'mind-reader.runCursorContext',
|
|
||||||
callback: runCursorContext
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const hubCommands: CommandEntry[] = [
|
export const hubCommands: CommandEntry[] = [
|
||||||
|
Loading…
Reference in New Issue
Block a user