GoogleCloudPlatform / cloud-code-vscode

Cloud Code for Visual Studio Code: Issues, Documentation and more
Other
415 stars 111 forks source link

Allow selecting other function trigger in deployment configuration #887

Open przemoch-dev opened 7 months ago

przemoch-dev commented 7 months ago

Use case Cloud functions deployment using cloud code UI

Feature Allow to configure trigger type in launch.json file, to deploy the function with trigger other than http.

Like --trigger-event-filters="type=EVENTARC_FILTER_TYPE" in CLI args.