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
Fixup deprecation warning in PluginContext.Tool initializer (#8422)
Setting `path` directly in the initializer of PluginContext.Tool
triggers a deprecation warning, because `path` is marked as deprecated.
Set a private field, and have the deprecated public field use a getter
to access it. This resolves the warning.
0 commit comments