JSON5 syntax機能拡張を入れて
https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
設定にこう書けばOK
settings.json
{
"files.associations": {
".twilioserverlessrc": "json5"
}
}
以上
Go to list of users who liked
More than 3 years have passed since last update.
JSON5 syntax機能拡張を入れて
https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
設定にこう書けばOK
{
"files.associations": {
".twilioserverlessrc": "json5"
}
}
以上
Register as a new user and use Qiita more conveniently
Go to list of users who liked