Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

openOutputOnDeploy not working as expected #161

Open
faizan1990 opened this issue Nov 23, 2018 · 0 comments
Open

openOutputOnDeploy not working as expected #161

faizan1990 opened this issue Nov 23, 2018 · 0 comments

Comments

@faizan1990
Copy link

faizan1990 commented Nov 23, 2018

This is what my settings.json looks like inside of .vscode:

{
    "deploy": {
        "packages": [
            {
                "name": "Version 2.3.4",
                "description": "Package version 2.3.4",
                "files": [
                    "**/*.php",
                    "/*.json"
                ],
                "exclude": [
                    "vendor/"
                ],
                "deployOnSave": true,
                "openOutputOnDeploy": false,
                "showPopupOnSuccess": false,
                "showDeployResultInStatusBar": true
            }
        ],
}

However, upon making a change in a file and then saving it always opens the OUTPUT window. Any help?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant