Skip to main content
Ctrl+K

epics-containers

  • Tutorials
  • How-to Guides
  • Explanations
  • Reference
  • GitHub
  • PyPI
  • Tutorials
  • How-to Guides
  • Explanations
  • Reference
  • GitHub
  • PyPI

Section Navigation

  • Change Log
  • Command Line Interface for IOC Management
  • Configuration for epics-containers
  • Working with Docker
  • The Environment Configuration File
  • Frequently Asked Questions
  • Glossary
  • Pure Helm Deployments
  • IOC Helm Chart Details
  • Kubernetes Resources in an IOC Instance
  • Troubleshooting
  • Recommended VSCode Settings
  • Index
  • Release Notes
  • Reference
  • Recommended...

Recommended VSCode Settings#

I’ve picked a handful of my user settings which I think are useful for most people working on epics-containers.

TODO: write up a description of why these are useful. Particularly with regards to auto discovery of git repos.

scm.repositories.visible: 10
git.repositoryScanMaxDepth: 0
git.openRepositoryInParentFolders: never
files.trimTrailingWhitespace: true
terminal.integrated.scrollback: 20000
    dev.containers.defaultExtensions: [
        "samuelcolvin.jinjahtml",
        "moshfeu.compare-folders",
        "GitHub.copilot",
        "charliermarsh.ruff",
        "Gruntfuggly.todo-tree",
        "streetsidesoftware.code-spell-checker",
        "eamodio.gitlens",
        "tamasfe.even-better-toml",
        "redhat.vscode-yaml",
        "ryanluker.vscode-coverage-gutters",
        "mhutchie.git-graph",
        "ms-vscode.makefile-tools"
        "peakchen90.open-html-in-browser",
    ],
"[yaml]": {
    "editor.defaultFormatter": "redhat.vscode-yaml"
},

previous

Troubleshooting

next

Index

Edit on GitHub
Show Source

Built with the PyData Sphinx Theme 0.15.4.