Remove typeshed submodule and rely on LS package typeshed#2404
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2404 +/- ##
==========================================
- Coverage 75.38% 75.38% -0.01%
==========================================
Files 309 309
Lines 14331 14330 -1
Branches 2537 2536 -1
==========================================
- Hits 10804 10803 -1
Misses 3518 3518
Partials 9 9
Continue to review full report at Codecov.
|
| "python.analysis.logLevel": { | ||
| "type": "string", | ||
| "enum": [ | ||
| "Error", |
There was a problem hiding this comment.
Should the enum values be lowercase to match the default?
There was a problem hiding this comment.
They should match what we use in other settings. Fixed default.
| "python.analysis.traceLogging": { | ||
| "type": "boolean", | ||
| "default": false, | ||
| "description": "Enables full diagnostic logging in the language server.", |
There was a problem hiding this comment.
How is this different from e.g. information logging?
There was a problem hiding this comment.
It is even deeper setting, produces tons of stuff. I'll check if it is easy enough to unify with other levels, but currently it is a separate flag in LS code base, might affect VS as well.
|
microsoft/PTVS#4656 LS part |
|
@MikhailArkhipov FYI it looks like the CI failures are due to needing to commit the updates to |
|
No, it is an issue with some unrelated mocks. I guess 1.26 added |
Fixes #2182
Fixes #2405
Add news for LS outline fix.