yeraydiazdiaz / yeray.dev

My personal website
https://yeray.dev
0 stars 2 forks source link

I can not see Flake8 and mypy errors #7

Open brucmao opened 2 years ago

brucmao commented 2 years ago

I follow you blog use sublime text 4 install LSP, LSP-pylsp, LSP-json.

// Settings in here override those in "LSP-pylsp/LSP-pylsp.sublime-settings"

{
    "pylsp.plugins.mypy-ls.enabled": true,
    "pylsp.plugins.flake8.enabled": true,
    "pylsp.configurationSources": ["flake8"],
    "pylsp.plugins.pyls_black.enabled": true,
}

I can't see Flake8 and mypy errors ,seems like Flake8 and mypy are not working I don't use a virtual environment

image

Troubleshooting: LSP-pylsp

Version

## Server Configuration
 - command
```json
[
  "$server_path"
]

Active view

Project / Workspace

LSP configuration

null

System PATH