Skip to content

j4rviscmd/Coderm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157,152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coderm

Coderm

日本語 | English

Windows macOS Downloads
Latest Release CI License


VS Codeのフォーク。本家にはないUI/UX改善を追加した(していく)エディタです。


モチベーション

  • 本家VS Codeにはマージされない・されにくいUI/UX改善を爆速に・自由に組み込みたい
  • Vim/Neovimユーザーが快適に使える設定を提供したい
  • 本家の最新機能・セキュリティパッチを定期的(月1想定)にマージして追従する

インストール

プラットフォーム インストーラ
macOS (Apple Silicon) .dmg
Windows (x64) .exe

Note

macOSビルドはad-hoc署名(Apple公証なし)です。初回起動時にシステム設定 > プライバシーとセキュリティから「このまま開く」をクリックしてください。または以下を実行:

xattr -dr com.apple.quarantine "/Applications/Coderm.app"

Coderm独自設定

本家VS Codeにはない、Coderm固有の設定項目です。

設定キー デフォルト 説明
coderm.activePaneBorder.enabled boolean true アクティブペインの境界線ハイライトを有効化
coderm.activePaneBorder.color string "" 境界線の色(空文字 = テーマのfocusBorder
coderm.activePaneBorder.width number 1 境界線の太さ(px, 1–5)
coderm.cursorAutoHide.enabled boolean true 無操作時にマウスカーソルを自動的に非表示にする
coderm.cursorAutoHide.delay number 3000 カーソル非表示までの遅延(ms)
coderm.workbench.editor.editorGroupIndexInTab boolean false タブにエディタグループ番号[N]を表示
coderm.workbench.editor.autoMaximizeOnFocus boolean true 最小ペインにフォーカス時の自動最大化を制御
coderm.workbench.editor.preventNewGroupOnFocus boolean false フォーカス時に新しいエディタグループの作成を抑制
coderm.workbench.editor.resizeIncrement number 60 ペインリサイズの増分(px)
coderm.terminal.horizontalPadding number 20 ターミナルの水平パディング(px, 0–100)
coderm.quickOpen.includeTerminals boolean true Quick Openにターミナルエディタを含める
coderm.updateDownloadProgress.enabled boolean true アップデートダウンロード時に進捗通知を表示
coderm.terminal.closeEmptyPaneOnKill boolean true ターミナルkill時に空ペインを閉じてフォーカス復帰

Coderm独自コマンド

コマンド 説明
coderm.workbench.editor.resizePaneUp ペインを上方向にリサイズ
coderm.workbench.editor.resizePaneDown ペインを下方向にリサイズ
coderm.workbench.editor.resizePaneLeft ペインを左方向にリサイズ
coderm.workbench.editor.resizePaneRight ペインを右方向にリサイズ

既知の制限事項

機能 制限 備考
Settings Sync 本家VS Code限定サービスのため利用不可
ms-vscode-remote.remote-ssh 本家サーバーインフラ依存のためブロック ビルトインのOpen Remote - SSHを使用してください
ms-vscode-remote.remote-ssh-edit 同上
ms-vscode.remote-explorer 同上
ms-vscode-remote.remote-containers 同上
ms-vscode-remote.remote-wsl 同上
ms-vscode.remote-tunnels 同上

ライセンス

MIT License — LICENSE.txtを参照。