Any reason why SDF plugin for VSCode would refuse ...
# suitescript
i
Any reason why SDF plugin for VSCode would refuse to use the right source folder? I'm telling it to use "src" but when I try and setup the account or create a suitescript file it says it can't find the manifest.xml file and that's because it's looking at the wrong folder.
c
It looks like your config file is in the
src
directory -- if so, try changing it from
'src'
to
'.'
i
It ended up being that I had to restart VSCode. Some dumb bug I suppose lol. Thank you for your help though!
👍 1