Skip to content

fix: report accepted suggestions in WebIDE

Tomas Vik requested to merge tv/2023-06/extract-common-main into main

I've noticed that the Code suggestions initialization in WebIDE and on Desktop is not identical.

When we implemented the suggestion accepted command, we forgot to add it to WebIDE initialization.

This MR creates a common main.ts where all common features are initialized to prevent the initialization getting out of sync like this.

Merge request reports

Loading