Skip to content

Commit

Permalink
Update to latest composer (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin authored Oct 28, 2024
1 parent 11b8a0d commit ebddeca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -593,7 +593,7 @@
"@malloydata/db-trino": "0.0.203",
"@malloydata/malloy": "0.0.203",
"@malloydata/malloy-sql": "0.0.203",
"@malloydata/query-composer": "0.0.201-dev11",
"@malloydata/query-composer": "0.0.203-dev0",
"@malloydata/render": "0.0.203",
"@malloydata/syntax-highlight": "0.0.203",
"@vscode/webview-ui-toolkit": "^1.2.1",
Expand Down
8 changes: 6 additions & 2 deletions src/extension/webviews/webview_html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,18 @@ export function getWebviewHtml(
--malloy-composer-code-fontSize: var(--vscode-editor-font-size);
--malloy-composer-code-fontFamily: var(--vscode-editor-font-family, monospace);
--malloy-composer-form-background: var(--vscode-editor-background);
--malloy-composer-form-foreground: var(--vscode-editor-foreground);
--malloy-composer-form-background: var(--vscode-editorWidget-background);
--malloy-composer-form-foreground: var(--vscode-editorWidget-foreground);
--malloy-composer-form-border: var(--vscode-editorWidget-border)
--malloy-composer-form-fontFamily: var(--vscode-font-family, Arial);
--malloy-composer-form-fontSize: var(--vscode-font-size);
--malloy-composer-form-focus: var(--vscode-focusBorder);
--malloy-composer-form-focusBackground: var(--vscode-list-hoverBackground);
--malloy-composer-menu-background: var(--vscode-menu-background);
--malloy-composer-menu-foreground: var(--vscode-menu-foreground);
--malloy-composer-menu-border: var(--vscode-menu-border);
--malloy-composer-menu-title: var(--vscode-menu-foreground);
--malloy-composer-menu-fontFamily: var(--vscode-menu-font);
--malloy-composer-menu-fontSize: var(--vscode-font-size);
}
Expand Down

0 comments on commit ebddeca

Please sign in to comment.