Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Nov 30, 2024
1 parent b722c46 commit 10519b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/DumpLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const generateLink = (ide: string) => {
if (wsl_config != undefined) {
link.value = ide.replace("{wsl_config}", wsl_config).replace("{filepath}", linkPath).replace("{line}", props.ideHandler.line);
console.log(link.value);
return;
}
Expand Down

0 comments on commit 10519b9

Please sign in to comment.