You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -672,6 +674,7 @@ async function activateWithInstalledDistribution(
672
674
extLogger,
673
675
);
674
676
ctx.subscriptions.push(cliServer);
677
+
watchExternalConfigFile(app,ctx);
675
678
676
679
conststatusBar=newCodeQlStatusBarHandler(
677
680
cliServer,
@@ -1010,6 +1013,33 @@ async function activateWithInstalledDistribution(
1010
1013
};
1011
1014
}
1012
1015
1016
+
/**
1017
+
* Handle changes to the external config file. This is used to restart the query server
1018
+
* when the user changes options.
1019
+
* See https://docs.github.com/en/code-security/codeql-cli/using-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file#using-a-codeql-configuration-file
0 commit comments