Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
noklam and astrojuanlu authored Nov 28, 2024
1 parent e9a3190 commit 3cdba00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 0.2.3
## Major changes and new features
- Silenced the server initialisation error when working on a non-Kedro project.
- Improved UX when click on the visualisation it will not refocus every time.
- Improved UX: when clicking on the visualisation it will not refocus every time.

## Bug fix
- Fixed Windows path issue.
Expand Down
2 changes: 1 addition & 1 deletion src/webview/createOrShowKedroVizPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function handleKedroViz(
} else {
const header = 'Kedro-Viz Dependency Required';
const options: vscode.MessageOptions = {
detail: 'Kedro-Viz version 10.0.1 or later is required to visualize your project\'s data pipeline. It’s not installed in your virtual environment. Click "Install" to set it up with pip.',
detail: 'Kedro-Viz version 10.1.0 or later is required to visualize your project\'s data pipeline. It’s not installed in your virtual environment. Click "Install" to set it up with pip.',
modal: true,
};

Expand Down

0 comments on commit 3cdba00

Please sign in to comment.