How To Save Terminal In VS Code | Save Terminal Tabs To Saved Workspace VSCode | Restore Terminal

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • How To Save Terminal In VS Code | Save Terminal Tabs To Saved Workspace VSCode | Restore Terminal
    Code used in Video :
    "restoreTerminals.terminals": [
    {
    "splitTerminals": [
    {
    "name": "git",
    "commands": ["cd .", "git status"]
    }
    ]
    },
    {
    "splitTerminals": [
    {
    "name": "Client",
    "commands": ["cd frontend", "npm start"]
    }
    ]
    },
    {
    "splitTerminals": [
    {
    "name": "Server",
    "commands": ["cd backend", "npm run server"]
    }
    ]
    }
    ]
    __________________________________________
    ▶️ Say "Hello🙋‍♂️" to me On:
    🔸 Facebook : trtechl...
    🔸 Instagram : / smurtiranjan_s
    🔸 Twitter : / smurtiranjan_s
    ▪️For Business Enquiry : trtechlesson@gmail.com

КОМЕНТАРІ • 15

  • @FGA-47
    @FGA-47 Рік тому +1

    Wow, that's exactly what I was looking for! Thank you so much! ❤

  • @TarunTuteja-w6t
    @TarunTuteja-w6t 9 місяців тому +1

    This is not really saving terminal. It's like opening a set of terminal every time.

  • @JigneshThummar
    @JigneshThummar 6 місяців тому

    thanks, is it possible to make it different per project? eg for project A run command A and B, and Project 1 run command 1 and 2

  • @SorinPascar
    @SorinPascar 2 роки тому +1

    Hello, can you restore terminal settings as well? Like name, color and icon? Or you have to set them manually every time ?

    • @alvarosanchez9359
      @alvarosanchez9359 2 роки тому

      did you find the answer?

    • @SorinPascar
      @SorinPascar 2 роки тому +1

      Well, not really but at some point VSC just started to remember it by itself and I didn't do anything 😅

    • @andrijdanyliuk3440
      @andrijdanyliuk3440 8 місяців тому

      ua-cam.com/video/1oPstGYny5k/v-deo.html

  • @melidobello1330
    @melidobello1330 5 місяців тому

    Really nice!

  • @thisissyedbasim
    @thisissyedbasim 2 роки тому

    Thank you so much!

  • @christoffer1125
    @christoffer1125 Рік тому

    awesome video!

  • @boyuanchen4997
    @boyuanchen4997 Рік тому

    Best plugin ever...

  • @antoniotarasenko5135
    @antoniotarasenko5135 7 місяців тому

    not work

  • @baptiste6436
    @baptiste6436 7 місяців тому

    thanks

  • @rsrodrigues2
    @rsrodrigues2 2 роки тому

    good job

  • @willysnowman
    @willysnowman Рік тому

    Thank you!