Skip to content

Commit

Permalink
chore: remove vfkit (#206)
Browse files Browse the repository at this point in the history
### What does this PR do?

Removes vfkit, functionality has been unused.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A

### How to test this PR?

N/A

<!-- Please explain steps to reproduce -->

Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage committed Mar 20, 2024
1 parent c362420 commit 570a845
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 109 deletions.
4 changes: 0 additions & 4 deletions packages/backend/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import type { ExtensionContext } from '@podman-desktop/api';
import * as extensionApi from '@podman-desktop/api';
import { launchVFKit } from './launch-vfkit';
import { buildDiskImage } from './build-disk-image';
import { History } from './history';
import fs from 'node:fs';
Expand All @@ -34,9 +33,6 @@ export async function activate(extensionContext: ExtensionContext): Promise<void
await history.loadFile();

extensionContext.subscriptions.push(
extensionApi.commands.registerCommand('bootc.vfkit', async container => {
await launchVFKit(container);
}),
extensionApi.commands.registerCommand('bootc.image.build', async image => {
const selections = await bootcBuildOptionSelection(history);
if (selections) {
Expand Down
105 changes: 0 additions & 105 deletions packages/backend/src/launch-vfkit.ts

This file was deleted.

0 comments on commit 570a845

Please sign in to comment.