Skip to content

Commit

Permalink
'vscode-extension' module
Browse files Browse the repository at this point in the history
  • Loading branch information
karreiro committed Jun 17, 2020
1 parent 512d3ce commit 6b1ed59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/vscode-extension/src/KogitoEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@ export class KogitoEditor {
const parsedPath = parse(this.uri.fsPath);
fs.writeFileSync(`${parsedPath.dir}/${parsedPath.name}-svg.svg`, preview);
}
},
receive_guidedTourElementPositionRequest: _ => {
/* empty */
},
receive_guidedTourRegisterTutorial: _ => {
/* empty */
},
receive_guidedTourUserInteraction: _ => {
/* empty */
}
})
);
Expand Down

0 comments on commit 6b1ed59

Please sign in to comment.