LoginSignup
0
2

More than 3 years have passed since last update.

VSCodeを使ってUbuntuにSSHしたら「perl: warning: Setting locale failed.」と出る場合の対処法

Posted at

はじめに

Macや他のLinuxからSSHした場合の対処法はあったが、
WindowsかつVSCodeを使った場合の対処法が埋もれていたのでメモ。
拡張機能Remote Developmentを使用したSSHを対象としています。

対応手順

  1. VSCodeのツールバー > ファイル > 基本設定 > 設定 を開く
  2. 開くとタブの並ぶ右上に右の画像のアイコンがあるのでクリック -> icon.JPG
  3. Setting.jsonというファイルが開くので、その中に"terminal.integrated.setLocaleVariables": falseという記述を追加し保存
  4. SSH再接続

参考

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2