Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
  • Loading branch information
chadlwilson committed Mar 1, 2025
1 parent da0d26e commit 9746553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/projectInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { commands, Disposable, Progress, Uri, window, workspace } from 'vscode';
import { CLI } from '../cli';
import { GaugeCommands, GaugeVSCodeCommands, INSTALL_INSTRUCTION_URI, VSCodeCommands } from "../constants";
import { FileListItem } from '../types/fileListItem';
import { platform } from 'os';

export class ProjectInitializer extends Disposable {
private readonly _disposable: Disposable;

Expand Down

0 comments on commit 9746553

Please sign in to comment.