Skip to content

Commit

Permalink
Enable advanced notebook support by default (#903)
Browse files Browse the repository at this point in the history
## Changes
<!-- Summary of your changes that are easy to understand -->

## Tests
<!-- How is this tested? -->
  • Loading branch information
kartikgupta-db authored Oct 18, 2023
1 parent c89658f commit 0e473c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/databricks-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ export async function activate(
stateStorage,
pythonExtensionWrapper
);
const featureManager = new FeatureManager<FeatureId>([
"notebooks.dbconnect",
]);
const featureManager = new FeatureManager<FeatureId>([]);
featureManager.registerFeature(
"debugging.dbconnect",
() =>
Expand Down

0 comments on commit 0e473c3

Please sign in to comment.