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

Could not find "View: Toggle Custom Explorer" command in tree-explorer-sample #10

Closed
momoko8443 opened this issue Jan 16, 2017 · 5 comments
Assignees
Labels

Comments

@momoko8443
Copy link

Hi guys,
I run the tree-explorer-sample with insiders-vscode ((1.9.0-insider 2cdc2b3da8f0fd5322b48747241584cf9dd98f8f)), when I launch the project with debug mode, I could not find the command "View: Toggle Custom Explore" to display the custom explorer.

@Tyriar
Copy link
Member

Tyriar commented Jan 16, 2017

The "enableProposedApi": true, line is present in the package.json correct?

@momoko8443
Copy link
Author

@Tyriar yes, default value of enableProposedApi in package.json is true.

{
	"name": "dep",
	"displayName": "Dependency Example",
	"description": "Dependency example for VSCode's explorer API",
	"version": "0.0.1",
	"publisher": "octref",
	"engines": {
		"vscode": "^1.7.0"
	},
	"enableProposedApi": true,
	"categories": [
		"Other"
	],
	"activationEvents": [
		"*"
	],
	"main": "./out/src/extension",
	"icon": "media/dep.png",
	"contributes": {
		"explorer": {
			"treeLabel": "Dependencies",
			"icon": "media/dep.svg",
			"treeExplorerNodeProviderId": "depTree"
		}
	},
	"scripts": {
		"vscode:prepublish": "tsc -p ./",
		"compile": "tsc -watch -p ./",
		"postinstall": "node ./node_modules/vscode/bin/install"
	},
	"devDependencies": {
		"typescript": "^2.1.4",
		"vscode": "^1.0.0",
		"@types/node": "*"
	}
}

@Tyriar
Copy link
Member

Tyriar commented Jan 16, 2017

@joaomoreno might know more about this?

@momoko8443
Copy link
Author

BTW, my DEV ENV is macOS Sierra 10.12.2 (16C67)

@fforjan
Copy link

fforjan commented Apr 16, 2017

use the right click on the activity bar to display.
I wasn't able to find it too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants