Whenever I open VSCode and open a remote session to our dev server over SSH I'm greeted with this message:
In the logs I see these errors:
[error] Following setting is deprecated: "python.linting.flake8Enabled"
[error] All settings starting with "python.linting." are deprecated and can be removed from settings.
[error] Linting features have been moved to separate linter extensions.
[error] See here for more information: https://code.visualstudio.com/docs/python/linting
I tried to disable and re-enable Flake8 but that didn't help. How do I remove the linting stuff from settings as it recommends? It's not a biggie but it is a little annoying.
Issue: Deprecated settings in VSCode.
Fix:
Note: This may be a workspace setting, meaning that you'll find the relevant settings.json within your current project's .vscode
folder.
Either way, you should be able to open and review them both by using the command palette in VS Code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With