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 Activity bar and Panels bar #50578

Closed
2 tasks done
sandy081 opened this issue May 28, 2018 · 0 comments
Closed
2 tasks done

Test Activity bar and Panels bar #50578

sandy081 opened this issue May 28, 2018 · 0 comments

Comments

@sandy081
Copy link
Member

sandy081 commented May 28, 2018

Refs: #49103 #48580

Complexity: 4

Order & Visibility

  • Open VS Code and change the order and visibility of the items in the Activity bar and Panels bar
  • Make sure that the items in the context menu (when clicked on empty space in activity bar / panel bar) are in the same order as they are shown.
  • Reload the window and make sure that order and visibility are retained

Custom view containers

  • Register a view container in activity bar using viewsContainers extension point. For example:
"contributes": {
	"viewsContainers": {
		"activitybar": [
                        {
			    "id": "test",
			    "title": "Test",
			     "icon": "resources/test.svg"
		        }
                  ]
	}
}
  • Add views to the above registered view container. For example:
"contributes": {
	"views": {
		"test": [
			{
				"id": "myview",
				"name": "My View"
			}
		]
	}
}

General Testing

  • Make sure that Toggle Search View Position command is toggling Search view between Sidebar and Panel.
  • Click on the Activity bar / Panel bar items and make sure that Views are opening correctly.

Migration Testing

  • Open the Stable version of VS Code 1.23.*
  • Change the order and visibility of the items in the Activity bar and Panels bar
  • Download new Stable version from win64, mac, Others. Make sure that order and visibility are retained.
@sandy081 sandy081 changed the title Test composite bar Test Activity bar and Panels bar May 28, 2018
@RMacfarlane RMacfarlane added this to the May 2018 milestone May 29, 2018
@alexdima alexdima removed their assignment May 29, 2018
@mjbvz mjbvz closed this as completed May 29, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 13, 2018
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

4 participants