This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Disable popupsΒ #164
Copy link
Copy link
Open
Description
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
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
