|
@ -14,8 +14,8 @@ try { |
|
|
// }).catch(error => {
|
|
|
// }).catch(error => {
|
|
|
// console.log("fix:", error);
|
|
|
// console.log("fix:", error);
|
|
|
// })
|
|
|
// })
|
|
|
// vscode.commands.executeCommand('editor.action.quickFix', vscode.Uri.file(path));
|
|
|
|
|
|
vscode.window.createTerminal("go:fix", "cmd.exe", ["/c", `gopls fix -a -w ${path}`]) |
|
|
|
|
|
|
|
|
vscode.commands.executeCommand('editor.action.quickFix', vscode.Uri.file(path), new vscode.Range((new vscode.Position(0, 0)), (new vscode.Position(100, 0)))); |
|
|
|
|
|
// vscode.window.createTerminal("go:fix", "cmd.exe", ["/c", `gopls fix -a -w ${path}`])
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|