소스 검색

Add get_ipython to the debugger variable filter list

Jeremy Tuloup 4 년 전
부모
커밋
a808479259
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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",