You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining variables in VS Code User Settings "Generate Code" does not work and instead shows a popup with message ReferenceError: userVariable is not defined at Object.userJS
User Settings or Workspace Settings (.vscode/settings.json )
### Without VS Code User Settings
GET {{baseUrl}}?param={{sharedVariable}}
### With VS Code User Settings
GET {{baseUrl}}?param={{codeVariable}}
The text was updated successfully, but these errors were encountered:
bohni
changed the title
"Generate Code" not working with httpyac.environmentVariables in VS Code User Settings
"Generate Code" not working with httpyac.environmentVariables in VS Code Settings
Sep 15, 2023
When defining variables in VS Code User Settings "Generate Code" does not work and instead shows a popup with message
ReferenceError: userVariable is not defined at Object.userJS
User Settings or Workspace Settings (
.vscode/settings.json
).httpyac.config.js
error.http
The text was updated successfully, but these errors were encountered: