Open
Description
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