You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the SuiteCloud tool where you encountered the issue
SuiteCloud Extension for VSCode
Version of the SuiteCloud Tool
1.4.3
Operating system
macOS Ventura 13.4
Node Version / VSCode Version
v20.2.0 / 1.79.0
JAVA Version
java 17.0.4.1+1-LTS-2
Bug description
After trigger the SuiteCloud: Deploy Project the suitecloud.config.js commands: "project:deploy" is "cached".
Any changes added to the commands form suitecloud.config.js are just ignored.
I need to reboot the VS code each time I change the NS account (eg. from sandbox to production) to have the "correct" suitecloud.config.js execution.
Steps To Reproduce
Execute SuiteCloud: Deploy Project
Modify suitecloud.config.js: module.exports.commands."project:deploy".beforeExecuting method. eg add a throw new Error("stop the deploy");
Execute SuiteCloud: Deploy Project -> the old settings are executed the above error is ignored.
Actual Output
No response
Expected Output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Hello @j782sdnm Thanks for letting us know. We are able to reproduce the issue and will include a fix in the next update.
In the meantime, please restart the vscode application to get the updated content.
Select the SuiteCloud tool where you encountered the issue
SuiteCloud Extension for VSCode
Version of the SuiteCloud Tool
1.4.3
Operating system
macOS Ventura 13.4
Node Version / VSCode Version
v20.2.0 / 1.79.0
JAVA Version
java 17.0.4.1+1-LTS-2
Bug description
After trigger the
SuiteCloud: Deploy Project
the suitecloud.config.js commands: "project:deploy" is "cached".Any changes added to the commands form suitecloud.config.js are just ignored.
I need to reboot the VS code each time I change the NS account (eg. from sandbox to production) to have the "correct" suitecloud.config.js execution.
Steps To Reproduce
SuiteCloud: Deploy Project
throw new Error("stop the deploy");
SuiteCloud: Deploy Project
-> the old settings are executed the above error is ignored.Actual Output
No response
Expected Output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: