diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 59dcc3d859..f7896a038b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,6 +9,9 @@ "type": "shell", "linux": { "command": "${workspaceFolder}/isaaclab.sh -p ${workspaceFolder}/.vscode/tools/setup_vscode.py" + }, + "windows": { + "command": "${workspaceFolder}/isaaclab.bat -p ${workspaceFolder}/.vscode/tools/setup_vscode.py" } }, { @@ -17,6 +20,9 @@ "type": "shell", "linux": { "command": "${workspaceFolder}/isaaclab.sh --format" + }, + "windows": { + "command": "${workspaceFolder}/isaaclab.bat --format" } } ] diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f4e7c09cd1..64d787a376 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -41,6 +41,7 @@ Guidelines for modifications: * Chenyu Yang * David Yang * HoJin Jeon +* Jean Tampon * Jia Lin Yuan * Jingzhou Liu * Johnson Sun