3

Two VSCode windows open, with two "almost" identical files, but they get deployed to two very different contexts.

What could possibly go wrong?

Comments
  • 0
    Depends on what you mean by deploy and is it related to external service?
    I suggest to review your extensions thoroughly.
  • 0
    Two identical files meant to perform two different things? Are you editing docker files?
  • 0
    I've struggled with something similar for the past weeks. Always searching stuff from the wrong window.
  • 2
    @asgs I guess it’s kind of config / deployment files for pre prod and prod...
    Very similar but host names change a tiny bit, or ips. But the majority of configs is quite similar.

    Solution: use different color schemes: green background for preprod, red for prod. That works for vim at least!

    Or maybe a “portable” instance of VSC or directory based configs if that’s possible...
  • 1
    @asgs close. Ansible playbooks.
Add Comment