I am using Visual Studio Code on a Mac to work on Node.js applications.
Is there a way to make Visual Studio Code recognize EJS files as HTML markup? I didn\'t see any
There is an extension for .ejs support. Launch VS Code Quick Open (Ctrl+P), paste the following command, and type enter.
ext install ejs-language-support