Void Linux - 20240314 - LXDE - 開発環境 Visual Studio Code
- 1. 概要
- 2. インストール
- 3. 起動
- 4. 問題
1. 概要
開発環境として、「Visual Studio Code」を使用します。
2. インストール
「OctoXBPS」で、「vscode」を検索してインストールします。
3. 起動
「スタート」→「プログラミング」→「Code - OSS」
起動直後の状態です。
2024年3月21日の時点で、下記のバージョンでした。
4. 問題
日本語化しても、有効にならないのは、相変わらずのようです。
~/.vscode-oss/argv.json
に
// NOTE: Changing this file requires a restart of VS Code.
{
// Use software rendering instead of hardware accelerated rendering.
// This can help in cases where you see rendering issues in VS Code.
// "disable-hardware-acceleration": true,
// Allows to disable crash reporting.
// Should restart the app if the value is changed.
"enable-crash-reporter": true,
// Unique id used for correlating crash reports sent from this instance.
// Do not edit this value.
"crash-reporter-id": "1280f4b0-7ca9-4df2-a840-9aea312a146b",
"locale": "ja"
}
と設定までされているのに、表示言語は、英語のままでした。
試しにフランス語を設定してみましたが、やはり英語から変わりません。
なんでだろう。
|
|