atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
34 lines (33 loc) • 930 B
JSON
{
"name": "nuclide-bookshelf",
"repository": "https://github.com/facebook/nuclide",
"main": "./lib/main.js",
"version": "0.0.0",
"description": "Saves/Restores open files / tabs when switching between source control bookmarks/branches",
"atomTestRunner": "../../lib/test-runner.js",
"nuclide": {
"configMetadata": {
"pathComponents": [
"IDE",
"Book Shelf"
]
},
"config": {
"changeActiveBookmarkBehavior": {
"title": "Restore Open Files On Active Bookmark Changes",
"type": "string",
"default": "Prompt to Restore",
"description": "Specify the behavior when changing the active bookmark / branch on a project repository.",
"enum": [
"Always Ignore",
"Always Restore",
"Prompt to Restore"
]
}
},
"packageType": "Atom",
"testRunner": "apm"
},
"activationCommands": {
}
}