Some checks are pending
Build image / build (push) Waiting to run
pnpm ignores the npm_config_frozen_lockfile env var, so the previous fix did not take effect and CI still ran a frozen install. Add an explicit 'pnpm install --no-frozen-lockfile' step before 'make build-all' to reconcile the lockfile (missing pnpmfileChecksum for configDependencies); the subsequent frozen install in 'make client-deps' then succeeds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
29 lines
871 B
Plaintext
29 lines
871 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#b375e2",
|
|
"activityBar.background": "#b375e2",
|
|
"activityBar.foreground": "#15202b",
|
|
"activityBar.inactiveForeground": "#15202b99",
|
|
"activityBarBadge.background": "#eed3b0",
|
|
"activityBarBadge.foreground": "#15202b",
|
|
"commandCenter.border": "#e7e7e799",
|
|
"sash.hoverBorder": "#b375e2",
|
|
"titleBar.activeBackground": "#9c4bd9",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#9c4bd999",
|
|
"titleBar.inactiveForeground": "#e7e7e799",
|
|
"statusBar.background": "#9c4bd9",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#b375e2",
|
|
"statusBarItem.remoteBackground": "#9c4bd9",
|
|
"statusBarItem.remoteForeground": "#e7e7e7"
|
|
},
|
|
"peacock.color": "#9c4bd9"
|
|
}
|
|
} |