Skip to content

Commit bce99ca

Browse files
committed
Fix the name of the disable Python dependency installation feature flag
1 parent e287d85 commit bce99ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/feature-flags.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/feature-flags.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/feature-flags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export enum Feature {
4343
ExportDiagnosticsEnabled = "export_diagnostics_enabled",
4444
MlPoweredQueriesEnabled = "ml_powered_queries_enabled",
4545
UploadFailedSarifEnabled = "upload_failed_sarif_enabled",
46-
DisablePythonDependencyInstallation = "disable_python_dependency_installation",
46+
DisablePythonDependencyInstallation = "disable_python_dependency_installation_enabled",
4747
}
4848

4949
export const featureConfig: Record<

0 commit comments

Comments
 (0)