【发布时间】:2017-06-12 05:28:35
【问题描述】:
我搞砸了,我的侧边栏在 atom 中消失了。它现在是空白的,不显示文件等。我检查了这个线程Atom menu is missing. How do I re-enable,但对我没有用。
config.json
"*":
"atom-beautify":
general:
_analyticsUserId: "d356f20e-3597-4bb0-be87-5465af6abf2a"
core:
customFileTypes:
"source.ini": [
".buckconfig"
".hgrc"
".flowconfig"
]
"source.json": [
".arcconfig"
"BUCK.autodeps"
]
"source.python": [
"BUCK"
]
disabledPackages: [
"tree-view"
]
telemetryConsent: "limited"
editor:
fontSize: 21
"exception-reporting":
userId: "7c5d23fe-0d8c-4b29-9191-f439c2dca0f6"
"ide-flow":
flowPath: "/cygdrive/c/Users/ajaysaini/AppData/Roaming/npm/flow"
nuclide:
"nuclide-code-format":
formatOnSave: true
"nuclide-flow":
canUseFlowBin: true
warnOnNotInstalled: false
"nuclide-format-js": {}
"prettier-atom":
formatOnSaveOptions:
enabled: true
welcome:
showOnStartup: false
【问题讨论】:
-
我猜它只是隐藏了。将鼠标悬停在原子窗口的左侧。您应该找到一个箭头(悬停时它会在左侧弹出)。单击它以获取树视图。