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

Disable popupsΒ #164

@ecdani

Description

@ecdani

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions