Skip to content

Changes to IntelliCode and engine downloads #1715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 82 commits into from
May 21, 2018
Merged

Changes to IntelliCode and engine downloads #1715

merged 82 commits into from
May 21, 2018

Conversation

MikhailArkhipov
Copy link

  • Remove user-visible Pythia flag
  • Rename it to IntelliCode
  • Remove download of Pythia model, it is to be done by a separate extension
  • Fold Linux build back to a single linux-x64 since it works in .NET Core 2.1
  • Remove packaging of MSIL libraries as check for .NET Runtime is not reliable

@MikhailArkhipov MikhailArkhipov changed the title Analysis Changes to IntelliCode and engine downloads May 21, 2018
@codecov
Copy link

codecov bot commented May 21, 2018

Codecov Report

Merging #1715 into master will increase coverage by 0.12%.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1715      +/-   ##
==========================================
+ Coverage   71.71%   71.84%   +0.12%     
==========================================
  Files         277      277              
  Lines       13043    12999      -44     
  Branches     2349     2336      -13     
==========================================
- Hits         9354     9339      -15     
+ Misses       3548     3524      -24     
+ Partials      141      136       -5
Impacted Files Coverage Δ
src/client/common/types.ts 100% <ø> (ø) ⬆️
src/client/activation/analysis.ts 15.26% <0%> (+1.07%) ⬆️
src/client/activation/analysisEngineHashes.ts 100% <100%> (ø) ⬆️
src/client/activation/downloader.ts 17.3% <28.57%> (+0.16%) ⬆️
src/client/activation/platformData.ts 74.07% <75%> (-9.6%) ⬇️
src/client/common/configSettings.ts 87.64% <75%> (+0.14%) ⬆️
...rc/client/debugger/PythonProcessCallbackHandler.ts 53.61% <0%> (-0.66%) ⬇️
src/client/debugger/PythonProcess.ts 51.25% <0%> (+5.41%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca854b8...9aab160. Read the comment docs.

@@ -99,7 +99,8 @@ export interface IPythonSettings {
readonly pythonPath: string;
readonly venvPath: string;
readonly venvFolders: string[];
readonly pythiaEnabled: boolean;
readonly intelliCodeEnabled: boolean;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need to define these two settings (intelliCodeEnabled and downloadCodeAnalysis ) in package.json?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet. IntelliCode functionality is not public yet and disabling download is for contributors only (or us).

@MikhailArkhipov MikhailArkhipov merged commit ca657e0 into microsoft:master May 21, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants