For folks interested in using brainCloud cloud code .d.ts
files on their local VScode editor intellisense auto-completion, you can download it from the link below, unzip it, and copy the folder over to your local project root.
If you are using JavaScript in your project, create a jsconfig.json
file in your project root folder, for the TypeScript project, it should be tsconfig.json
file, then add the folder to the include
array field, like below
Now, you are good to go.