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
Clay Roper
04/24/2024, 10:06 PM
It looks like your config file is in the
src
directory -- if so, try changing it from
'src'
to
'.'
i
Isaac M
04/24/2024, 10:07 PM
It ended up being that I had to restart VSCode. Some dumb bug I suppose lol. Thank you for your help though!