vScode ajouter un raccourci pour fonctionner dans le terminal
{
"key": "ctrl+alt+u",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "node -v\u000D"
}
}
Vivacious Vicuña