buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
641 stars 112 forks source link

fix load settings on initialize package #94

Closed buchizo closed 3 years ago

buchizo commented 3 years ago

some issues cause is dead lock when load settings from VS option page on InitializeAsync of ClaudiaIDE. Previous PR remove initialize part, but it not enough. This PR is recover initialize part and change to timing using StartOnIdle.

90 #91 #93