Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Bolton <[email protected]>
  • Loading branch information
ibolton336 committed Jan 30, 2025
1 parent 89fabf2 commit 2b63907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"node": ">=22.9.0",
"npm": "^9.5.0 || ^10.5.0"
},
"activationEvents": [
"onFileSystem:konveyorMemFs",
"onFileSystem:konveyorReadOnly"
],
"contributes": {
"commands": [
{
Expand Down
1 change: 1 addition & 0 deletions webview-ui/src/hooks/useExtensionState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { sendVscodeMessage as dispatch } from "../utils/vscodeMessaging";
const defaultState: ExtensionData = {
localChanges: [],
ruleSets: [],
enhancedIncidents: [],
resolutionPanelData: undefined,
isAnalyzing: false,
isFetchingSolution: false,
Expand Down

0 comments on commit 2b63907

Please sign in to comment.