diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c83d81647b383945cd12eb0118732099b45d45a..7a2190da61fb9cdb0b3ea9744ead507c03b5ab29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,10 @@ "jupyter.debugJustMyCode": false, "debugpy.debugJustMyCode": false, "pylint.args": ["--prefer-stubs=true"], + // "pylint.args": [ + // "--extension-pkg-allow-list=simulation._csrc._hello", + // "--prefer-stubs=true" + // ], "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false }