Skip to content

Commit 1a4f722

Browse files
committed
Remove tip for vscode which doesn't seem necessary anymore
1 parent 5cd7372 commit 1a4f722

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

00_intro.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,3 @@ F:\amaranth-exercises>..\oss-cad-suite\environment.bat
2929
3030
[OSS CAD Suite] F:\amaranth-exercises>
3131
```
32-
33-
## Tip for vscode users
34-
35-
Open File > Preferences > Settings, look for pylint args, and add:
36-
37-
```txt
38-
--contextmanager-decorators=contextlib.contextmanager,amaranth.hdl.dsl._guardedcontextmanager
39-
```
40-
41-
This is because pylint doesn't recognize that `amaranth.hdl.dsl._guardedcontextmanager` is a valid context manager. Otherwise pylint will complain for every `with m.If` statement.

0 commit comments

Comments
 (0)