SLVSCODE-1655 Remove client-side on-demand download for C++ and C##1003
Conversation
6be42b8 to
078875e
Compare
|
78ccdac to
232cece
Compare
…mniSharp analyzers
232cece to
72507cc
Compare
|
SummaryWhat changedThis PR removes client-side on-demand downloads for C/C++ (CFamily) and C# (OmniSharp) analyzers. Previously, when a user needed these analyzers, they would be downloaded at runtime with user prompts and progress dialogs. Now these analyzers must be pre-bundled in the extension or managed differently. Key removals
Structural changes
What reviewers should knowFor reviewersStart with: The extension initialization changes ( Watch for:
Non-obvious decisions:
Testing implications: The old tests verified download and cleanup logic — these are gone. Ensure there are new tests (if needed) covering the new analyzer delivery mechanism.
|




No description provided.