From 69eaa61be0f64c2c266d6029a149b8588c8a3c8d Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 5 Dec 2022 14:03:28 -0800 Subject: [PATCH] Don't even try to extract pydevd for CodeQL purposes. --- .CodeQL.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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