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

Disable popups #164

Open
ecdani opened this issue Aug 12, 2020 · 0 comments
Open

Disable popups #164

ecdani opened this issue Aug 12, 2020 · 0 comments

Comments

@ecdani
Copy link

ecdani commented Aug 12, 2020

Description

Hi, i want to disable excesive frequent popups. I configure the extension to syncronize a local folder to a network location (a WSL2 environment).

The extension seems to work properly, but produces a lot of fast popups (that lasts less than a second)

I tried to set false the options: "showPopupOnSuccess" and "showPopupWhenFinished" but i think they does not refer to this popups

Actual behavior

Im unable to hide or disable that popups

Expected behavior

Some option or some way to disable the popups.

Steps to reproduce

When i save the popup emerges (because the file changes)

Example config

{
  "deploy.reloaded": {
    "ignoreGitFolder": true,
    "showPopupOnSuccess": false,
    "showPopupWhenFinished": 100,
    "ignore": [
      "**/*.git",
    ],
    "packages": [
      {
          "name": "My project",

          "deployOnChange": true,
          "fastCheckOnChange": true,
          "files": [
            "**"
          ],
          "targets": [ "WSL2 local folder" ]
      }
    ],
    "targets": [
        {
            "type": "local",
            "name": "WSL2 local folder",
            "description": "A local folder",

            "dir": "Y:/home/dani/uhu-web-principal"
        },

        {
            "type": "local",
            "name": "WSL2 network folder",
            "description": "A SMB shared network folder",

            "dir": "\\\\wsl$\\Ubuntu\\home\\dani\\uhu-web-principal"
        }
    ]
}
}

Logs

[12:00:01] 🚀 Deploying file '/web/modules/custom/uhu_gutenberg_blocks/src/js/gutenbergCategory.es6.js' to 'Y:\home\dani\uhu-web-principal\web\modules\custom\uhu_gutenberg_blocks\src\js (WSL2 local folder)' ... ✅ [13 ms]


[12:00:01] 🚀 Deploying file '/web/modules/custom/uhu_gutenberg_blocks/src/js/gutenbergCategory.js' to 'Y:\home\dani\uhu-web-principal\web\modules\custom\uhu_gutenberg_blocks\src\js (WSL2 local folder)' ... ✅ [14 ms]

Screenshot

image

Your environment

  • Operating system: Windows 10 Version 2020 (OS Build 19041.421)
  • Visual Studio Code version: 1.47.3
  • Extension version: v0.89.0

Additional comments

Nice work with the extension!

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