server icon indicating copy to clipboard operation
server copied to clipboard

refactor: Deprecated user config from IConfig correctly

Open CarlSchwan opened this issue 3 months ago • 0 comments

Mark the methods in the interface deprecated instead of just the one in the implementation.

Summary

Mark the methods in the interface deprecated instead of just the one in the implementation.

One of them was not on the public interface, so I directly removed it and ported the only usage.

Checklist

CarlSchwan avatar Oct 08 '25 15:10 CarlSchwan