Using vscode’s cmake plug-in, .asm files and .S files cannot be loaded
I’m encountering an issue while using the CMake plugin in VSCode. It seems unable to load .asm and .S files. I’ve tried several approaches, including configuring CMAKE_ASM_SOURCE_FILE_EXTENSIONS in settings.json and adding commands to CMakeLists.txt, but the problem persists.