Hi guys... Does any of you have installed the Suit...
# suitescript
e
Hi guys... Does any of you have installed the SuiteCloud IDE Plug-in for Eclipse, in macOS Big Sur?
p
I will strongly recommend to not use Eclipse. Use Webstorm or Vs Code instead.
e
Thanks @pingu I'm trying to use VS Code
But it shows an error No manifest.xml file was found in /my/path/ Run "account:setup" in a valid project folder
I can clearly see the manifest.xml file there 🙂
d
I would recommend running
project:create
command through the CLI to create a dummy project template and copying the directory/file structure it generates I had seen the VSCode extension having trouble recognizing properly too, seems dependent on having the structure as it expects
e
Thanks @dbarnett