Explorar el Código

more descriptive explanation of what showKernelActivity intends to do

Nathan Page hace 5 años
padre
commit
049d50396d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/console-extension/src/foreign.ts

+ 1 - 1
packages/console-extension/src/foreign.ts

@@ -50,7 +50,7 @@ function activateForeign(
     });
     Private.foreignHandlerProperty.set(console, handler);
 
-    // If showAllKernelActivity is enabled, foreign handler is enabled.
+    // Property showAllKernelActivity configures foreign handler enabled on start.
     void settingRegistry
       .get('@jupyterlab/console-extension:tracker', 'showAllKernelActivity')
       .then(({ composite }) => {