You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, vscode doesn't pass rules for syntax highlight to implement syntax theme in Monaco.
This would be useful if vscode will inject to webview all theme properties including syntax rules and colors to implement the same theme in webview Monaco instance
The text was updated successfully, but these errors were encountered:
Hi, I'm a developer of Azure CosmosDB extension.
VSCode passes to Webview theme's variables (--vscode-). It allows to implement the same theme in webview as in VSCode.
vscode/src/vs/workbench/contrib/webview/browser/themeing.ts
Line 52 in 9e23739
However, vscode doesn't pass rules for syntax highlight to implement syntax theme in Monaco.
This would be useful if vscode will inject to webview all theme properties including syntax rules and colors to implement the same theme in webview Monaco instance
The text was updated successfully, but these errors were encountered: