Open zjsxdyw opened 6 years ago
I find that when initializing TfsCredentials, I still get tfs_username None even though the value is set in the sublime_tfs.sublime-settings. Sublime document provides the function plugin_loaded will be called when the API is ready to use.
TfsCredentials
tfs_username
sublime_tfs.sublime-settings
plugin_loaded
I find that when initializing
TfsCredentials
, I still gettfs_username
None even though the value is set in thesublime_tfs.sublime-settings
. Sublime document provides the functionplugin_loaded
will be called when the API is ready to use.