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
The httpyac vscode plugin allows to select an environment on start through a vscode setting (environmentSelectedOnStart). This would be a very good setting to be used in the settings files (.httpyac.json, httpyac.js, and so on).
Although a workaround exists for vscode (create a .vscode/settings.json file and set the setting httpyac.environmentSelectedOnStart). Some projects discourage adding this file to the git repository, so I think, it would be a good idea to have the option to set this value from the httpyac settings system.
The text was updated successfully, but these errors were encountered:
@jhonnycano-forge I agree. But I think even better option would be to have the default marked in the environment file(s). It would be tricky if you use dotenv environment files (maybe have a convention with name with .default suffix or something like this), but should be simple for JSON/IntelliJ environment file. The point is that VSCode settings are generally not project specific, so they are better suited for things that do not change from project to project, but default environment is project-specific. But that wouldn't be on my high priority list, though.
The httpyac vscode plugin allows to select an environment on start through a vscode setting (
environmentSelectedOnStart
). This would be a very good setting to be used in the settings files (.httpyac.json, httpyac.js, and so on).Although a workaround exists for vscode (create a
.vscode/settings.json
file and set the settinghttpyac.environmentSelectedOnStart
). Some projects discourage adding this file to the git repository, so I think, it would be a good idea to have the option to set this value from the httpyac settings system.The text was updated successfully, but these errors were encountered: