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