formermagic / formerbox

MIT License
1 stars 0 forks source link

TODO

Recommended VSCode settings

{
  "python.linting.pylintEnabled": true,
  "python.linting.enabled": true,
  "python.languageServer": "Pylance",
  "python.terminal.activateEnvInCurrentTerminal": true,
  "editor.semanticTokenColorCustomizations": {
    "enabled": true
  }
}