You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constslashCommands=awaitthis.widget.getSlashCommands();// TODO this async call can lead to a flicker of the placeholder text when switching editor tabs
130
+
awaitthis.widget.getSlashCommands();// Leaving for candidate fix- waits for model initialization
131
131
132
132
constviewModel=this.widget.viewModel;
133
133
if(!viewModel){
@@ -136,10 +136,7 @@ class InputEditorDecorations extends Disposable {
0 commit comments