Fix for magics and shell escapes
This commit is contained in:
Родитель
e391e58b96
Коммит
43082bd451
12
README.md
12
README.md
|
@ -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)
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче