Removing [Running] and [Done]

I was looking for a solution to remove the execution messages in the forum and didn’t find the answer. finally figured it out. and sharing it here
hope it will help someone looking for the same.

Under the user setting look for the following and change it to False.
// Whether to show extra execution message like [Running] … and [Done] …
“code-runner.showExecutionMessage”: true,