microsoft / vscode-custom-data

Documentation and sample for using VS Code custom data format
MIT License
196 stars 75 forks source link

Regression of white-space values: getValuesFromSyntax no longer handles white-space's syntax #94

Open starball5 opened 4 months ago

starball5 commented 4 months ago

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 now normal | 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