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 Stabilize TreeView message API #81634

Closed
2 tasks done
alexr00 opened this issue Sep 30, 2019 · 0 comments
Closed
2 tasks done

Test Stabilize TreeView message API #81634

alexr00 opened this issue Sep 30, 2019 · 0 comments

Comments

@alexr00
Copy link
Member

alexr00 commented Sep 30, 2019

refs: #80401

Complexity: 2

Test the TreeView message API:

	/**
	 * Represents a Tree view
	 */
	export interface TreeView<T> extends Disposable {
		/**
		 * An optional human-readable message that will be rendered in the view.
		 */
		message?: string;
      }

The tree view example extension creates a view and a command here: https://github.com/microsoft/vscode-extension-samples/blob/master/tree-view-sample/src/testView.ts#L6
You can add to the command to make it change the message.

  • Test that you can change the message.
  • Test that you can remove the message.
  • Read the inline API documentation and see if it is descriptive enough.
@alexr00 alexr00 added this to the September 2019 milestone Sep 30, 2019
@stevencl stevencl removed their assignment Oct 1, 2019
@gregvanl gregvanl removed their assignment Oct 1, 2019
@gregvanl gregvanl closed this as completed Oct 1, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 15, 2019
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