mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 09:23:17 +01:00
Added bru.setNextRequest into the hint words list (#1441)
This commit is contained in:
parent
7de5bbbdf6
commit
e375ffbed1
@ -60,7 +60,8 @@ if (!SERVER_RENDERED) {
|
||||
'bru.getEnvVar(key)',
|
||||
'bru.setEnvVar(key,value)',
|
||||
'bru.getVar(key)',
|
||||
'bru.setVar(key,value)'
|
||||
'bru.setVar(key,value)',
|
||||
'bru.setNextRequest(nextRequest)'
|
||||
];
|
||||
CodeMirror.registerHelper('hint', 'brunoJS', (editor, options) => {
|
||||
const cursor = editor.getCursor();
|
||||
|
Loading…
Reference in New Issue
Block a user