diff --git a/.CodeQL.yml b/.CodeQL.yml index e6e1f764..f7a9ac9c 100644 --- a/.CodeQL.yml +++ b/.CodeQL.yml @@ -1,3 +1,9 @@ path_classifiers: library: - "src/debugpy/vendored/_pydevd" +extraction: + python: + index: + exclude: + - "src/debugpy/vendored/_pydevd" + \ No newline at end of file