When creating a freestanding application in an existing workspace, it is no longer possible to select which Software Development Kit (SDK) to create the application from. The selected SDK is configured per VS Code workspace, and creating applications from different SDK versions will cause conflicts in the build system, as well as potential API mismatches when applications are rebuilt against a new SDK version.
To prevent this, the Create a new application wizard now prevents you from creating freestanding applications from SDKs that do not match your workspace's selected SDK.