Fix the name of the disable Python dependency installation feature flag
This commit is contained in:
parent
e287d85c90
commit
bce99ca79f
3 changed files with 3 additions and 3 deletions
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
|
|
@ -40,7 +40,7 @@ var Feature;
|
|||
Feature["ExportDiagnosticsEnabled"] = "export_diagnostics_enabled";
|
||||
Feature["MlPoweredQueriesEnabled"] = "ml_powered_queries_enabled";
|
||||
Feature["UploadFailedSarifEnabled"] = "upload_failed_sarif_enabled";
|
||||
Feature["DisablePythonDependencyInstallation"] = "disable_python_dependency_installation";
|
||||
Feature["DisablePythonDependencyInstallation"] = "disable_python_dependency_installation_enabled";
|
||||
})(Feature = exports.Feature || (exports.Feature = {}));
|
||||
exports.featureConfig = {
|
||||
[Feature.DisableKotlinAnalysisEnabled]: {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -43,7 +43,7 @@ export enum Feature {
|
|||
ExportDiagnosticsEnabled = "export_diagnostics_enabled",
|
||||
MlPoweredQueriesEnabled = "ml_powered_queries_enabled",
|
||||
UploadFailedSarifEnabled = "upload_failed_sarif_enabled",
|
||||
DisablePythonDependencyInstallation = "disable_python_dependency_installation",
|
||||
DisablePythonDependencyInstallation = "disable_python_dependency_installation_enabled",
|
||||
}
|
||||
|
||||
export const featureConfig: Record<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue