2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

vscodeのHTML雛形で"en"を"ja"に変える方法

Posted at

スクリーンショット 2021-11-21 22.11.06.png
このlang="en"をjaにしたい。
まず、vsコード画面左下の歯車マークから設定を開く。
検索テキストにsettingと入れるとsettings.jsonを編集が出るのでクリック。
スクリーンショット 2021-11-17 21.55.23.png
おそらく、"afterdelay"の後に,がないのでカンマを入れる。
これを入れないとエラーになる。(写真のはカンマが入っていないのでえレーになっている)そしてその後ろに、
"emmet.variables": {
"lang": "ja"
},
}
を追加。
スクリーンショット 2021-11-21 22.21.51.png
jaになった。

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?