Anybody use the suitecloud extenstion for visual s...
# suitescript
n
Anybody use the suitecloud extenstion for visual studio code?
a
I do but I don't get intellisense which kind of sucks.
n
@Alan Fitch im having an issue where I have two accounts. Production and sandbox. And for some reason whenever I switch to pushing to Prod account it still tries to push to sandbox.
a
Try removing accounts and readding them.
n
how do you remove them
@Alan Fitch I couldn't figure it out in visual studio
e
check under project.json which should contain the defaultAuthId
n
yep, it says the right production account but the error I get when trying to deploy says it was trying to push to Sandbox.
Copy code
{
  "defaultAuthId": "4941357"
}
I just need to be able to delete the account and try and re add. but doesn't seem to be a way