The PR https://github.com/microclimate-dev2ops/microclimate-ls-node-prof/pull/4 adds an additional status bar item for VSCode. To ensure the features are kept up to date for different editors, we should also add this status bar item in Theia. An example of this implementation can be seen [here](https://github.com/theia-ide/theia/blob/c30297ce32d75e2b1d27b7fcc024c00c44823637/packages/core/src/browser/connection-status-service.ts).
The PR #4 adds an additional status bar item for VSCode.
To ensure the features are kept up to date for different editors, we should also add this status bar item in Theia.
An example of this implementation can be seen here.