I am facing a peculiar issue where I am unable to generate any logs in my project despite having executed the debug command in VSCode. I have checked the code and the debug settings multiple times, but the issue persists. I have also attempted to log messages before registering a command in the VSCode API using the 'vscode.commands.registerCommand' function, but none of these efforts have yielded any results. I am still unsure as to why the logs are not being generated. Any suggestions or solutions would be greatly appreciated.