Skip to content

in the startup, set some VS code settings #13

@notionparallax

Description

@notionparallax

e.g.

{
  "python.linting.enabled": true,
  "python.formatting.provider": "none",
  "python.pythonPath": "mag-env\\Scripts\\python.exe",
  "python.testing.unittestEnabled": false,
  "python.testing.pytestArgs": ["."],
  "python.testing.nosetestsEnabled": false,
  "python.testing.pytestEnabled": true,
  "python.analysis.typeCheckingMode": "basic",
  "spellright.language": ["en"],
  "spellright.documentTypes": ["markdown", "latex", "plaintext"],
  "[python]": {
    "editor.defaultFormatter": "ms-python.black-formatter"
  }
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions