Martin Aeschlimann

Results 100 comments of Martin Aeschlimann

The latest vscode-css-languageservice has support for that syntax. @hediet Can you update the json/css/html service when making the Monaco release?

With ``` interface AA { (props: P, context?: any): React.ReactElement; propTypes?: any; contextTypes?: any; defaultProps?: Partial; displayName?: string; } ``` Because the type is callable and has properties, it is...

Can you run `VSCODE_WSL_DEBUG_INFO=true code .` in the Ubuntu terminal to get more information?

The performance wiki (https://github.com/microsoft/vscode/wiki/Performance-Issues#visual-studio-code-is-consuming-a-lot-of-cpu) has some tips how you can find out who is using that much memory. Can you follow these steps?

Closing due to lack of additional information

This works for me. What icon theme are you using? Does it reproduce with the Seti icon theme? What is the language mode in the editor (shown in the status...

Thanks for reporting. These issues are difficult to investigate. I'll close the issue for now. If you see it again and have more information, please let us know.

Not easy to implement as this would drag in a whole JavaScript grammar. But not the original one, but one that uses HTML escaping rules.

Would have to go into the textmate grammar we use (https://github.com/textmate/html.tmbundle)