Visual Studio Code では背景色とフォントカラーをセットで変更することができる。
続きを読む
「Visual Studio Code」タグアーカイブ
[vscode] vscode-reveal
JavaScriptベースのプレゼンツール Reveal.js の Visual Studio Code 拡張機能
vscode上でのプレビューだけでなく、vscodeの中からhttpdをローカルに立ち上げて、Webブラウザでスライドを表示できる。
インストール方法

[vscode] "You are running the system-wide installation of Code, …" の警告がポップアップする
症状
Visual Studio Code のお勧めに促されて再インストールを実行した直後から、Codeの起動時に “You are running the system-wide installation of Code,…” の警告が毎回ポップアップするようになった。
[vscode] 文字コード設定
[vscode] コマンドラインからの起動を可能にする設定
Visual Studio CodeをmacOSのコマンドライン(シェル)から起動可能にする設定
- Command ⌘ + Shift ⇧ + P で、VSCodeのコマンドパレットを開く
- "shell" で検索
- インストール

|
1 |
$ code readme.txt |

