BenWildeman / vscode-tabulous

Adds tabs for each terminal process to the status bar
https://marketplace.visualstudio.com/items?itemName=bwildeman.tabulous
MIT License
12 stars 2 forks source link

Default terminals aren't opening automatically when I open the project. #16

Closed joisadler closed 4 years ago

joisadler commented 4 years ago

Hi! After upgrade to version 1.0.1 (from 0.5.0), when I open my project, my default tabs do not appear in the status bar. The same thing in version 1.0.0. After downgrading to version 0.5.0 everything again works perfectly. Is it possible to fix this problem? Here is my settings.json:

{
  "tabulous.defaultTerminals": [{
    "name": "NPM run dev",
    "directory": "./",
    "command": "npm run dev",
    "executeCommand": true
  }, {
    "name": "Working Section",
    "directory": "./"
  }]
}
BenWildeman commented 4 years ago

pretty sure this is linked to #15 and I have published a fix for this. Please could you check to see if this issue is now resolved for you? Apologies for the inconvenience

joisadler commented 4 years ago

Everything works well. Thanks!