Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 79f0a85

Browse files
committed
bump version and fix Kiro installation
1 parent 7162b14 commit 79f0a85

6 files changed

Lines changed: 3024 additions & 185 deletions

File tree

.vscode/settings.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
"typescript.tsc.autoDetect": "off",
1111
"kiroAgent.configureMCP": "Enabled",
1212
"workbench.colorCustomizations": {
13-
"activityBar.activeBackground": "#ccebd3",
14-
"activityBar.background": "#ccebd3",
13+
"activityBar.activeBackground": "#ffae1a",
14+
"activityBar.background": "#ffae1a",
1515
"activityBar.foreground": "#15202b",
1616
"activityBar.inactiveForeground": "#15202b99",
17-
"activityBarBadge.background": "#9c8dd2",
18-
"activityBarBadge.foreground": "#15202b",
17+
"activityBarBadge.background": "#008052",
18+
"activityBarBadge.foreground": "#e7e7e7",
1919
"commandCenter.border": "#15202b99",
20-
"sash.hoverBorder": "#ccebd3",
21-
"statusBar.background": "#a7ddb3",
20+
"sash.hoverBorder": "#ffae1a",
21+
"statusBar.background": "#e69500",
2222
"statusBar.foreground": "#15202b",
23-
"statusBarItem.hoverBackground": "#82cf93",
24-
"statusBarItem.remoteBackground": "#a7ddb3",
23+
"statusBarItem.hoverBackground": "#b37400",
24+
"statusBarItem.remoteBackground": "#e69500",
2525
"statusBarItem.remoteForeground": "#15202b",
26-
"titleBar.activeBackground": "#a7ddb3",
26+
"titleBar.activeBackground": "#e69500",
2727
"titleBar.activeForeground": "#15202b",
28-
"titleBar.inactiveBackground": "#a7ddb399",
28+
"titleBar.inactiveBackground": "#e6950099",
2929
"titleBar.inactiveForeground": "#15202b99"
3030
},
31-
"peacock.color": "#a7ddb3",
31+
"peacock.color": "#e69500",
3232
"typescript.tsdk": "node_modules/typescript/lib",
3333
"volar.takeOverMode.enabled": true
3434
}

.vscode/tasks.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"label": "build-extension",
88
"type": "shell",
99
"command": "npm",
10-
"args": ["run", "build", "--workspace", "@web-component-analyzer/extension"],
10+
"args": ["run", "build", "--workspace", "packages/extension"],
11+
"options": {
12+
"cwd": "${workspaceFolder}"
13+
},
1114
"problemMatcher": [],
1215
"presentation": {
1316
"reveal": "silent",

0 commit comments

Comments
 (0)