hoangKnLai / vscode-ipython

VSCode Extension integrating Editor with IPython console.
MIT License
18 stars 5 forks source link

Terminal Creation #33

Closed hoangKnLai closed 10 months ago

hoangKnLai commented 1 year ago

Enhancement:

hoangKnLai commented 11 months ago

Progress: terminal creation and handling is better cached and managed by ipython.ts

Next: add command to

hoangKnLai commented 11 months ago

From vscode-python, it looks the python-extension hook is mostly the python virtual environment handling.

If/When they release additional hooks to the lower level such as the terminal creation, we can revisit the terminal enhancement better.

hoangKnLai commented 11 months ago

Progress:

Next: