Skip to content

Commit

Permalink
Fix minors
Browse files Browse the repository at this point in the history
ONE-vscode-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
  • Loading branch information
jyoungyun committed Sep 15, 2023
1 parent 71ab69a commit c0a4d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Toolchain/ToolchainProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class ToolchainProvider {
}

/* istanbul ignore next */
public uninstall(node: CompilerNode | ExecutorNode): boolean {
public uninstall(_node: CompilerNode | ExecutorNode): boolean {
// const notifyUninstalled = () => {
// vscode.window.showInformationMessage(`Uninstallation was successful.`);
// // TODO unset defaultCompiler and defaultExecutor
Expand Down

0 comments on commit c0a4d63

Please sign in to comment.