Regression of white-space values: getValuesFromSyntax no longer handles white-space's syntax · Issue #94 · microsoft/vscode-custom-data · GitHub
More Web Proxy on the site http://driver.im/
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
Regression of #55.
https://github.com/microsoft/vscode-custom-data/pull/56/files#diff-f0bbe48b1fb24ff03380a7b65cd9212a4e93584c37867b3201809db34b1fb40bR122 no longer works because the syntax for
white-space
is nownormal | pre | nowrap | pre-wrap | pre-line | break-spaces | [ <'white-space-collapse'> || <'text-wrap'> || <'white-space-trim'> ]
(||
causes it to not match I think).See also https://stackoverflow.com/q/78499046/11107541
The text was updated successfully, but these errors were encountered: