Isaac Lab Extension Template Linux Only?

I am trying to build my own Isaac Lab project via the IsaacLabExtensionTemplate repo, but it seems that the setup_python_env VSCode task only works on linux? The code is:

"tasks": [
    {
        "label": "setup_python_env",
        "type": "shell",
        "linux": {
            "command": ...
        }
    }

Can you update the task to have a valid windows command? Thanks! What is the workaround in the meantime? What directory are you supposed to create custom extensions under?