Skip to content

Commit

Permalink
fix: update dependency to fix keystore creation
Browse files Browse the repository at this point in the history
It seems VS Code broke how the dependency loaded the webview assets
  • Loading branch information
ewanharris committed Nov 15, 2021
1 parent 332bcf9 commit 52571b4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
37 changes: 20 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@
},
"dependencies": {
"@awam/remotedebug-ios-webkit-adapter": "^0.4.3",
"@redhat-developer/vscode-wizard": "^0.2.19",
"vscode-wizard": "^0.2.20",
"detect-indent": "^6.1.0",
"find-up": "^5.0.0",
"fs-extra": "^10.0.0",
Expand Down
4 changes: 1 addition & 3 deletions src/commands/createKeystore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import * as vscode from 'vscode';

import Appc from '../appc';
import { ExtensionContainer } from '../container';
import { ValidatorResponse, WebviewWizard, WizardDefinition, WizardPageSectionDefinition } from '@redhat-developer/vscode-wizard';
import { PerformFinishResponse } from '@redhat-developer/vscode-wizard/lib/IWizardWorkflowManager';
import { ValidatorResponse, WebviewWizard, WizardDefinition, WizardPageSectionDefinition, BUTTONS, SEVERITY, PerformFinishResponse } from 'vscode-wizard';
import { getValidWorkspaceFolders, quickPick } from '../quickpicks';
import { BUTTONS, SEVERITY } from '@redhat-developer/vscode-wizard/lib/WebviewWizard';
import { KeystoreInfo } from '../types/common';
import { CommandBuilder } from '../tasks/commandBuilder';
import { CommandError } from '../common/utils';
Expand Down

0 comments on commit 52571b4

Please sign in to comment.