I am fairly new to Visual Studio Code and have been following a tutorial to create Node.js applications with Visual Studio Code.
I need to create a jsconfig.json file, the tutorial informs me that there should be a green lightbulb in the status bar, which will generate the file when clicked on. Unfortunately, I cannot see it and I am pretty sure that it should be showing, considering there is no jsconfig.json file in the 'myExpressApp' folder. Please see the screenshot...

tsconfig.json?