Przeglądaj źródła

Add get_ipython to the debugger variable filter list

Jeremy Tuloup 4 lat temu
rodzic
commit
a808479259
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/debugger-extension/schema/main.json

+ 1 - 0
packages/debugger-extension/schema/main.json

@@ -37,6 +37,7 @@
       "default": {
         "xpython": [
           "display",
+          "get_ipython",
           "ptvsd",
           "_xpython_get_connection_filename",
           "_xpython_launch",