Void Linux - 20221001 - XFCE - 開発環境 Visual Studio Code

クラウディア 
1. 概要
2. インストール
3. 起動
4. 問題

1. 概要

 開発環境として、「Visual Studio Code」を使用します。

2. インストール

 「OctoXBPS」で、「vscode」を検索して、インストールします。

3. 起動

 「スタート」→「開発」→「Code - OSS」
「Void Linux 20221001 XFCE」-「スタート」→「開発」→「Code - OSS」

 起動直後の状態です。

「Void Linux 20221001 XFCE」-「Visual Studio Code」「起動直後」

 2023年1月24日の時点で、下記のバージョンでした。

「Void Linux 20221001 XFCE」-「Visual Studio Code」「バージョン情報」

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"
}
 と設定までされているのに、表示言語は、英語のままでした。  試しにフランス語を設定してみましたが、やはり英語から変わりません。  なんでだろう。
earthcar(アースカー)
薬屋の独り言