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
The easiest way to test this is to start with an extension that already has a remoteHelp contribution point. Let me know if you want help picking one.
Verify that without changing the existing remoteHelp in the package.json of your extension that the Help and Feedback view in the remote explorer still works for your extension.
Connect to a remote using your extension and verify that the Help and Feedback view still works for your extension.
Now, add commands to your extension that return string urls, one for each entry in remoteHelp. Change your remoteHelp contribution to use these new command IDs. Example:
Refs: #99661
Complexity: 3
Create Issue
The easiest way to test this is to start with an extension that already has a
remoteHelp
contribution point. Let me know if you want help picking one.remoteHelp
in the package.json of your extension that the Help and Feedback view in the remote explorer still works for your extension.remoteHelp
. Change yourremoteHelp
contribution to use these new command IDs. Example:The text was updated successfully, but these errors were encountered: