For Typescript debugging to work properly in the Infor OS BaaS extension in VS Code version 1.104 , the VS Code setting "Auto Attach Filter" needs to be set to "Always" or "Smart". This issue was discovered by Infor.
Issue description:
In version 1.104.x of Visual Studio Code, the debugger cannot not be attached to the running code and breakpoints are disabled due to a changed default behavior in VS Code.
The issue is related to the Setting “Auto Attach Filter” which is disabled by default .
The setting has the same default value in v1.103 and v1.104, but something related has been changed.
Workaround:
Set the setting “Auto Attach Filter” to "Always".
"Smart" may also work in some scenarios.
Mitigation:
From version 2025.12 of Backend as a Service, the value for Auto Attach Filter is included in the Health Check feedback.