Sync Serverless Application Not behaving as expected

I created a new Serverless project using the "AWS Serverless Application" template. Then I right clicked the template.yaml file and clicked "sync serverless application" and it runs the sam sync command to successful completion. The issue is that I expect the command to not stop running, it needs to continue running so that the serverless app can be synchronized. It works as expected when i run `sam sync` via the terminal.

Please sign in to leave a comment.