## 概要 [Task3302: ライセンス発行依頼受付通知 [U-105] の実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3302) - ライセンス注文時のメール通知処理を既存処理に追加しました。 ## レビューポイント - テンプレートの適用に問題はないでしょうか? - メールに渡す値の取得処理は認識通りでしょうか? ## UIの変更 - なし ## 動作確認状況 - ローカルで確認
39 lines
998 B
JSON
39 lines
998 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": "explicit",
|
|
"source.fixAll.stylelint": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnType": true,
|
|
"prettier.disableLanguages": ["markdown"]
|
|
}
|