public_host 4 years ago
parent
commit
2a1da6f8a6
  1. 3
      hasaki-gen-crud/hasaki-gen-crud.js

3
hasaki-gen-crud/hasaki-gen-crud.js

@ -14,7 +14,8 @@ try {
// }).catch(error => {
// console.log("fix:", error);
// })
vscode.window.createTerminal("cmd.exe", "/c", `gopls fix -a -w ${path}`).show()
vscode.commands.executeCommand('editor.action.quickFix', vscode.Uri.file(path));
// vscode.window.createTerminal("cmd.exe", "/c", `gopls fix -a -w ${path}`).show()
}

Loading…
Cancel
Save