Skip to content

Commit

Permalink
fix: add hints of 'bru' object for 'getFolderVar' and 'getCollectionV…
Browse files Browse the repository at this point in the history
…ar' methods (#3062)

Co-authored-by: Chris Nagel <[email protected]>
  • Loading branch information
chrisnagel and Chris Nagel authored Sep 12, 2024
1 parent 98a7aa1 commit 9a57f38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bruno-app/src/components/CodeEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ if (!SERVER_RENDERED) {
'bru.getProcessEnv(key)',
'bru.hasEnvVar(key)',
'bru.getEnvVar(key)',
'bru.getFolderVar(key)',
'bru.getCollectionVar(key)',
'bru.setEnvVar(key,value)',
'bru.hasVar(key)',
'bru.getVar(key)',
Expand Down

0 comments on commit 9a57f38

Please sign in to comment.