From 7d14d4d1c9e4fd0c17ea423e2244d09436bc1273 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Thu, 29 Apr 2021 17:05:26 -0700 Subject: [PATCH] Add without watcher option to opt in or out --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index de0b7c5775c1..a7269d491525 100644 --- a/package.json +++ b/package.json @@ -1110,6 +1110,7 @@ "tryPylance", "pythonTensorboardExperiment", "pythonDiscoveryModule", + "pythonDiscoveryModuleWithoutWatcher", "pythonJediLSP", "pythonSurveyNotification", "All" @@ -1127,6 +1128,7 @@ "tryPylance", "pythonTensorboardExperiment", "pythonDiscoveryModule", + "pythonDiscoveryModuleWithoutWatcher", "pythonJediLSP", "pythonSurveyNotification", "All"