...
You’ll need to run gradle vscode
to have your new file added to cmsbs-conf/cse/.vscode.js
. Also keep in mind to add the following lines to the top of all your .es6
and .mjs
files to help VSC to find all your source files and prefer import over require:
...