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 python linter rule upon installation to preserve sentinels #156

Open
boltex opened this issue Jun 21, 2021 · 1 comment
Open

Set python linter rule upon installation to preserve sentinels #156

boltex opened this issue Jun 21, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@boltex
Copy link
Owner

boltex commented Jun 21, 2021

For example, with the python language:

"python.formatting.autopep8Args": [
"ignore = E265"
],

Is needed with autopep for preserving comment '#' and '@' symbols without white space in between.

@boltex boltex added the enhancement New feature or request label Jun 21, 2021
@boltex
Copy link
Owner Author

boltex commented Jun 21, 2021

In the example above, the string "ignore = E265" should be added to the array of strings for the python.formatting.autopep8Args vscode setting.

Some similar settings could/should be added automatically for other languages.

Maybe ask user to confirm - recheck on extension activation.

@edreamleo edreamleo added this to the 1.1 milestone Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants