diff --git a/.vscode/launch.json b/.vscode/launch.json index 876f960836..0e07b0a067 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -33,6 +33,11 @@ }, { "name": "Attach", + "windows": { + "type": "clr", + "request": "attach", + "processName": "osu!" + }, "type": "mono", "request": "attach", "address": "localhost",