...
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 line 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:
Codeblock | ||
---|---|---|
| ||
/// <reference path="../../../.vscode.js"/>
export {}; |
Below are some examples for typical use cases:
...