Skip to content

Commit

Permalink
microsoft#1714 不要な判定と未使用のifを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
YuyaYokoyama8864 committed Dec 27, 2024
1 parent 409e95b commit 7a7263a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/launchUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT license.

import * as path from 'path';
import * as os from 'os';
import { DebugConfiguration, TestItem, TestRunProfileKind } from 'vscode';
import { sendError, sendInfo } from 'vscode-extension-telemetry-wrapper';
import { JavaTestRunnerDelegateCommands } from '../constants';
Expand Down

0 comments on commit 7a7263a

Please sign in to comment.