I'm trying to transition from Embedded Studio to VS Code. I have a sample application that I created in VS Code that builds without error, but when I start the debugger I get the error "Failed to launch undefined GDB Server: Error: spawn C:\Program Files (x86)\SEGGER\JLink ENOENT". I suspect it's missing the executable in the JLink path, but I don't know where this is called from. When I open the same application in Embedded Studio it works as expected.