Skip to content

Commit c0a4d63

Browse files
committed
Fix minors
ONE-vscode-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
1 parent 71ab69a commit c0a4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toolchain/ToolchainProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class ToolchainProvider {
130130
}
131131

132132
/* istanbul ignore next */
133-
public uninstall(node: CompilerNode | ExecutorNode): boolean {
133+
public uninstall(_node: CompilerNode | ExecutorNode): boolean {
134134
// const notifyUninstalled = () => {
135135
// vscode.window.showInformationMessage(`Uninstallation was successful.`);
136136
// // TODO unset defaultCompiler and defaultExecutor

0 commit comments

Comments
 (0)