Skip to content

Commit

Permalink
fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Feb 20, 2024
1 parent 7d08c9b commit 3938b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@
{
"id": "learn-more",
"title": "Integrate Flyde into your project",
"description": "Learn more about how to integrate Flyde into your project by reading the [documentation](https://www.flyde.dev/docs/quick-start).",
"description": "Learn more about how to integrate Flyde into your project by reading the [documentation](https://www.flyde.dev/docs/integrate-flows).",
"media": {
"image": "media/walkthrough/icon.png",
"altText": "Flyde icon"
},
"completionEvents": [
"onLink:https://www.flyde.dev/docs/quick-start"
"onLink:https://www.flyde.dev/docs/integrate-flows"
]
}
]
Expand Down Expand Up @@ -214,4 +214,4 @@
"ts-node": "^10.9.2"
},
"packageManager": "[email protected]"
}
}
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export function activate(context: vscode.ExtensionContext) {
"flyde.newVisualFlow",
async (dirName: vscode.Uri) => {
reportEvent("newVisualFlow:start");
// use this if triggered by a menu item,
let folderOrFileUri = dirName ?? getWorkspaceRootPath(); // folder will be undefined when triggered by keybinding

if (!folderOrFileUri) {
Expand Down

0 comments on commit 3938b1d

Please sign in to comment.