Update the downloaded Python language server nuget package filename.#2364
Conversation
Fixes microsoft#2362 - Coincides with addition to CI/CD pipeline - CI/CD pipeline copies the latest bits to a static file name - We need to use a specific name. - We want the bits to be updatable. - Until we ship non-beta python language server this will work.
|
@MikhailArkhipov please note that I re-built your build on the Language Server at the same commit as your build. Once this change is merged you can ask people to try the 'insiders build' of vscode-python and they can see the updated LS. FYI: The Python-Language-Server That build now produces a static set of files called /cc: @zooba |
Codecov Report
@@ Coverage Diff @@
## master #2364 +/- ##
=========================================
- Coverage 76.03% 76% -0.03%
=========================================
Files 309 309
Lines 14331 14331
Branches 2537 2537
=========================================
- Hits 10896 10892 -4
- Misses 3425 3429 +4
Partials 10 10
Continue to review full report at Codecov.
|
Fixes #2362
Coincides with addition to CI/CD pipeline where we copy the latest bits to a static file name.
We need to use a specific name so we can just download it simply (going forward another scheme will be employed).
We want the bits to be updatable, easily, until we get to the release stage for the LS.
Title summarizes what is changing
Includes a news entry file (remember to thank yourself!)
Unit tests & code coverage are not adversely affected (within reason)
Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)