Skip to content

suitecloud.config.js commands: "project:deploy" is "cached" after 1st execution. #735

Open
@duprayj782sdnm

Description

@duprayj782sdnm

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

  1. Execute SuiteCloud: Deploy Project
  2. Modify suitecloud.config.js: module.exports.commands."project:deploy".beforeExecuting method. eg add a throw new Error("stop the deploy");
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtrackedAlready in Backlog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions