Skip to content

Commit

Permalink
Fix the name of the disable Python dependency installation feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Jun 12, 2023
1 parent e287d85 commit bce99ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/feature-flags.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/feature-flags.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<
Expand Down

0 comments on commit bce99ca

Please sign in to comment.