-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accounts per Project (Suitecloud for vscode) #542
Comments
This is by design and default authids are set per project. |
Thanks Mohammed for your response. What in my opinion is very risky is the possibility to choose the default id among all the ids, including those accounts that are not actually related with the current project. The expected behavior is a list that is filtered by project. I think that this could be achieved by not saving the accounts globally but in a project file instead. How do you feel about it? Thanks in advance. |
@mtoniato This is very unique concern. Usually the authids should be descriptive enough to identify the account name etc. So we will wait for more cases on this and if we reach a sufficient amount of votes we can consider it for an enhancement. |
I agree the account list should be (at least optionally) a project-specific list. |
As far as I know the accounts that are configured in Visual Studio Code with "Suitecloud: Set Up Accounts" are global and not project-based.
In my case I am working on many Netsuite platforms. I created separated projects but it is very dangerous to have shared accounts: accidentally I could deploy the file on the wrong Netsuite environment.
The text was updated successfully, but these errors were encountered: