Skip to content

Commit

Permalink
chore(vscode): add terminal.integrated.autoReplies for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Feb 15, 2022
1 parent 52dae03 commit 3a02f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"terminal.integrated.autoReplies": {
"Terminate batch job (Y/N)?": "Y\r",
"终止批处理操作吗(Y/N)?": "Y\r",
},
}

0 comments on commit 3a02f1e

Please sign in to comment.