Skip to content

Commit

Permalink
Remove severity from default settings (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 17, 2022
1 parent 3e1fa4c commit 5e13ebb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bundled/tool/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,10 +492,6 @@ def _get_default_settings(workspace_path: str) -> dict[str, Any]:
"workspace": uris.from_fs_path(workspace_path),
"logLevel": "error",
"args": [],
"severity": {
"E": "Hint",
"W": "Warning",
},
"path": [],
"interpreter": [sys.executable],
"importStrategy": "useBundled",
Expand Down

0 comments on commit 5e13ebb

Please sign in to comment.