Skip to content

Commit

Permalink
enable ptxdist drop command
Browse files Browse the repository at this point in the history
  • Loading branch information
Viperinius committed Oct 15, 2024
1 parent db148f2 commit c5f4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class PtxTaskProvider implements vscode.TaskProvider {
protected tasks: vscode.Task[] | undefined;
protected sharedState: string | undefined;

protected commandTypes: string[] = ['go', 'get', 'urlcheck', 'extract', 'prepare', 'compile', 'install', 'targetinstall', /*'drop', 'image',*/ 'clean'];
protected commandTypes: string[] = ['go', 'get', 'urlcheck', 'extract', 'prepare', 'compile', 'install', 'targetinstall', 'drop', /*'image',*/ 'clean'];
protected strippedCommandTypes: string[] = ['clean', 'distclean'];

constructor(protected workspaceRoot: string, protected packages?: string[], protected commandFilter?: string[], protected flagFilter?: string[]) {
Expand Down

0 comments on commit c5f4fd4

Please sign in to comment.