@rchiodo @IanMatthewHuff
We've fixed a number of the typescript compilation issues in the extension.
We've also resolved all of the external dependency issues when compiling in strict mode (in fact there was just one culprit - jupyter).
Anyways, we have just a little over 200 errors remaining, down from 900.
I believe 50 of those are related to data science code.
Please could you:
- Open
tsconfig.json, uncomment the commented settings
- Re-load VS Code
- Start the
compile task
- Fix the issues under the
src/client/dataScience and src/datascience-ui folders.
- Do not submit the
tsconfig.json
Related t0 microsoft/vscode-python#611
@rchiodo @IanMatthewHuff
We've fixed a number of the typescript compilation issues in the extension.
We've also resolved all of the external dependency issues when compiling in
strict mode(in fact there was just one culprit - jupyter).Anyways, we have just a little over 200 errors remaining, down from 900.
I believe 50 of those are related to data science code.
Please could you:
tsconfig.json, uncomment the commented settingscompiletasksrc/client/dataScienceandsrc/datascience-uifolders.tsconfig.jsonRelated t0 microsoft/vscode-python#611