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

Chore: Fix vscode settings and add new recommended extensions #344

Closed
danceratopz opened this issue Nov 9, 2023 · 0 comments · Fixed by #420
Closed

Chore: Fix vscode settings and add new recommended extensions #344

danceratopz opened this issue Nov 9, 2023 · 0 comments · Fixed by #420
Labels
type:chore Type: Chore

Comments

@danceratopz
Copy link
Member

There are new extensions for flake8 and mypy. We need to start using them and move the relevant linting and mypy settings out of the main Python config and the settings for these new extensions.

Upon VS Code startup:

2023-11-09 07:04:45.483 [error] Following setting is deprecated: "python.linting.flake8Enabled"
2023-11-09 07:04:45.483 [error] All settings starting with "python.linting." are deprecated and can be removed from settings.
2023-11-09 07:04:45.483 [error] Linting features have been moved to separate linter extensions.
2023-11-09 07:04:45.483 [error] See here for more information: https://code.visualstudio.com/docs/python/linting
2023-11-09 07:04:45.483 [error] Please install "flake8" extension: https://marketplace.visualstudio.com/items?itemName=ms-python.flake8
2023-11-09 07:04:45.483 [error] Following setting is deprecated: "python.linting.mypyEnabled"
2023-11-09 07:04:45.483 [error] All settings starting with "python.linting." are deprecated and can be removed from settings.
2023-11-09 07:04:45.483 [error] Linting features have been moved to separate linter extensions.
2023-11-09 07:04:45.483 [error] See here for more information: https://code.visualstudio.com/docs/python/linting
2023-11-09 07:04:45.483 [error] Please install "mypy" extension: https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker
@danceratopz danceratopz added the type:chore Type: Chore label Nov 9, 2023
danceratopz added a commit to danceratopz/execution-spec-tests that referenced this issue Jan 31, 2024
spencer-tb pushed a commit that referenced this issue Jan 31, 2024
* chore: fix deprecated vs code settings #344
spencer-tb pushed a commit to spencer-tb/execution-spec-tests that referenced this issue Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:chore Type: Chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant