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
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
As far as I can tell this plugin only supports injecting the launch config fields which are contained inside the configurations array. It would be great to have this functionality:
What I'd like to do is generate a conf on the fly which allows a user to debug one of my serverless api functions. I was hoping to parse my serverless config file, pull out the function names and then show a picker for all the available functions. I can do this staticly with many launch configuration files but I'd have to keep them up as they change. It doesn't appear that VS code ships with any other way to dynamically set those input options.
The text was updated successfully, but these errors were encountered:
As far as I can tell this plugin only supports injecting the launch config fields which are contained inside the configurations array. It would be great to have this functionality:
https://code.visualstudio.com/docs/editor/variables-reference#_settings-command-variables-and-input-variables
microsoft/vscode#63987
What I'd like to do is generate a conf on the fly which allows a user to debug one of my serverless api functions. I was hoping to parse my serverless config file, pull out the function names and then show a picker for all the available functions. I can do this staticly with many launch configuration files but I'd have to keep them up as they change. It doesn't appear that VS code ships with any other way to dynamically set those input options.
The text was updated successfully, but these errors were encountered: