In Webtorm, I have a project with typescript that ...
# sdf
w
In Webtorm, I have a project with typescript that outputs files from /src to /dist. The SDK-plugin recognizes the src-folder as a Netsuite-project så that I can right-click and perform SDF-operations. But it doesn't recognize the /dist folder. I have changed the defaultProjectFolder in suitecloud.config.js to "dist", but webstorm/Ns-sdk seems to ignore this. Any tips?
a
suitecloud.config.js is not supported in WebStorm yet. it only works with suotecloud for nodeJS
w
Ok, thanks for that info!
So there is no way to configure the netsuite Plug-in to look at another folder?
a
We have an enhancement planned for near future. So for now its not possible, but you should be able to do it in upcoming release. Or you can use nodecli in the terminal of webstorm to deploy. It will read the suitecloud.config.js
👍 1