Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test remoteHelp contribution point with a command #101278

Closed
2 tasks done
alexr00 opened this issue Jun 29, 2020 · 0 comments
Closed
2 tasks done

Test remoteHelp contribution point with a command #101278

alexr00 opened this issue Jun 29, 2020 · 0 comments

Comments

@alexr00
Copy link
Member

alexr00 commented Jun 29, 2020

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.

  1. 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.
  2. Connect to a remote using your extension and verify that the Help and Feedback view still works for your extension.
  3. 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:
"remoteHelp": {
			"getStarted": "myExtension.getStartedLink",
			"feedback": "myExtension.feedbackLink",
			"documentation": "myExtension.documentationLink",
			"issues": "myExtension.issuesLink"
		}
  1. Verify that the Help and Feeckback view in the remote explorer still works for your extension.
  2. Connect to a remote using your extension and verify that the Help and Feedback view still works for your extension.
@alexr00 alexr00 added this to the June 2020 milestone Jun 29, 2020
@chrmarti chrmarti removed their assignment Jun 30, 2020
@RMacfarlane RMacfarlane removed their assignment Jun 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants