2
0

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でsettings.jsonが見つからない

Posted at

調べた

erbファイルでもemmet記法でタグを短縮して記述できるよう調べていたのですが、VScodeのセッティングでsttings.jsonが見つかりませんでした。

設定方法の記事はたくさんありました。以下を参考にしました。
参考:https://qiita.com/Mr_ozin/items/d7fb30ed56347f6d222e

image.png

結論

image.png
settingと入力すると画像下にsettings.jsonで編集と書かれたリンクが見つかるのでそれをクリックすると無事にsettings.jsonファイルにたどり着けました。

settings.json
    "emmet.includeLanguages": {
        "erb": "html", //erbで使いたい時
        "vue": "html", //vue.jsで使いたい時
        "vue": "css", //vue.jsで使いたい時
        "javascript": "javascriptreact", //React.jsで使いたい時
    }
2
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?