mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
283 stars 52 forks source link

Does the "openOnStartup" Setting actually work? #16

Closed schlundus closed 6 years ago

schlundus commented 6 years ago

I set it the openOnStartup to false, but i it opens nearly always (sometimes not) Is this a known bug, or are there more "settings/conditions" with affect the startup behaviour

mkloubert commented 6 years ago

@schlundus

Yes, for me it works correct.

You simply do the following in your .vscode/settings.json?:

{
    "kanban": {
        "openOnStartup": false
    }
}

Or do have you more than one workspace folder open?

schlundus commented 6 years ago

Ah, sorry it was my fault, i didn't see that there are also settings in ".vscode/settings.json"....

I close this...