AIファーストのエディタ Cursor はcodebaseのチャットやり取りが非常に便利ですが、アクティビティバーの表示がVSCodeが違和感だったので戻しました。
これで慣れ親しんだ VSCode のUIに戻りました。
ちなみに settings.json に書くときはworkbench.activityBar.orientation
。
{
"workbench.activityBar.orientation": "vertical", // VSCodeデフォルト
"workbench.activityBar.orientation": "horizontal", // Cursorデフォルト
}
どうしてデフォルトを変更してるんだろ。VSCodeとの差別化?