Skip to content

Commit

Permalink
Remove settings from readme that are not implemented (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Feb 26, 2024
1 parent e14eb9f commit 8cce610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ There are several settings you can configure to customize the behavior of this e
<td><code>off</code></td>
<td>Controls when notifications are shown by this extension. Accepted values are onError, onWarning, always and off.</td>
</tr>
<tr>
<td>flake8.lintOnChange</td>
<td><code>false</code></td>
<td>Enable linting Python files with Flake8 as you type.</td>
</tr>
<tr>
<td>flake8.ignorePatterns</td>
<td><code>[]</code></td>
Expand Down
1 change: 1 addition & 0 deletions src/test/python_tests/test_path_specialization.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Test for path and interpreter settings.
"""

from threading import Event
from typing import Dict

Expand Down

0 comments on commit 8cce610

Please sign in to comment.