## 概要 [Task3301: アカウント登録完了通知 [U-101] の実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3301) - アカウント登録完了(認証完了)後にメール送信をする機能を追加しました。 - 合わせてテスト修正をしています。 ## レビューポイント - テンプレートの適用は適切でしょうか。 - テスト修正で対象Sendgridメソッドを上書きしていますが対応として不自然な点はないでしょうか? ## UIの変更 - なし ## 動作確認状況 - ローカルで確認
39 lines
986 B
JSON
39 lines
986 B
JSON
{
|
|
"todo-tree.general.tags": ["TODO", "FIXME", "DEBUG", "XXX"],
|
|
"todo-tree.highlights.customHighlight": {
|
|
"TODO": {
|
|
"foreground": "white",
|
|
"background": "#ffa500",
|
|
"iconColour": "green"
|
|
},
|
|
"FIXME": {
|
|
"foreground": "white",
|
|
"background": "#ff69b4",
|
|
"iconColour": "yellow"
|
|
},
|
|
"DEBUG": {
|
|
"foreground": "white",
|
|
"background": "#a52a2a",
|
|
"icon": "bug",
|
|
"iconColour": "green"
|
|
},
|
|
"XXX": {
|
|
"foreground": "white",
|
|
"background": "#ff6347",
|
|
"icon": "eye-closed",
|
|
"iconColour": "red"
|
|
}
|
|
},
|
|
"debug.javascript.usePreview": false,
|
|
"editor.copyWithSyntaxHighlighting": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.fixAll.stylelint": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnType": true,
|
|
"prettier.disableLanguages": ["markdown"]
|
|
}
|