Fix for magics and shell escapes

This commit is contained in:
Rich Chiodo 2021-08-20 13:11:08 -07:00
Родитель e391e58b96
Коммит 43082bd451
2 изменённых файлов: 765 добавлений и 615 удалений

Просмотреть файл

@ -23,13 +23,23 @@ You might want to setup an npm link for the python repository
- cd vscode-jupyter-lsp-middleware
- npm link
- cd ..\vscode-python
- npm link vscode-jupyter-lsp-middleware
- npm link @vscode/jupyter-lsp-middleware (the name of the node module in python)
Then to build vscode-jupyter-lsp-middleware
- npm run download-api (updates vscode.d.ts)
- npm run webpack (which will setup stuff for using with vscode-python)
### Directions for debugging with python extension
- Run the steps above for getting the npm link setup
- From with VS code, open both python and lsp-middleware as two folders
- Build the 'webpack link' task for lsp-middleware
- Build the compile task for python
- Set breakpoints in the dist/index.js file while debugging (it's a development webpack)
- Edit lsp code
- Rerun the 'webpack link' build every time (it doesn't watch as it runs a post build step)
### Directions for running tests
- npm run tests (builds and runs tests)

Разница между файлами не показана из-за своего большого размера Загрузить разницу