Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the vscode config - from copier template or elsewhere #471

Closed
stan-dot opened this issue May 17, 2024 · 3 comments
Closed

Set the vscode config - from copier template or elsewhere #471

stan-dot opened this issue May 17, 2024 · 3 comments
Assignees

Comments

@stan-dot
Copy link
Contributor

{
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"esbonio.server.enabled": true,
"esbonio.sphinx.confDir": ""
}

@stan-dot stan-dot self-assigned this May 17, 2024
@callumforrester
Copy link
Contributor

PR to copier template then updating PR to here please :)

@stan-dot
Copy link
Contributor Author

update: esbonio seems specific to rst and could be removed after #448

@stan-dot
Copy link
Contributor Author

resolved in Copier Template not to do this

@stan-dot stan-dot closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants