Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ubantu 并尝试在 sublime text 2 上为 rails 配置 ctags。我在打开我的崇高文本时收到上述错误消息。在重新构建 ctags 时,它会在 Flash 内完成,而不会在指定位置生成 .ctag 文件。
我的猜测是现在是一个空文件。打开文件(可能通过另一个编辑器)并插入{}. 设置文件是 JSON 对象。看起来它没有通过 JSON 解析。
{}
您可以运行cat ~/.config/sublime-text-2/Packages/User/CTags.sublime-settings以查看文件中是否有任何内容。如果没有,您可以自由删除它。
cat ~/.config/sublime-text-2/Packages/User/CTags.sublime-settings
尽管此错误可能是由需要一些配置以查找其首选项文件并失败的插件引起的。