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で.twilioserverlessrcをJSON5と認識させる

Last updated at Posted at 2022-02-14

JSON5 syntax機能拡張を入れて
https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5

設定にこう書けばOK

settings.json
{
  "files.associations": {
    ".twilioserverlessrc": "json5"
  }
}

以上 :smile:

参考: https://qiita.com/mobilebiz/items/0b599d31b64e62873c7a

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?