Steve

Results 256 comments of Steve

At least it should wait WASDK to be more mature.

To work around, add a new tab and then you can close the window.

Without `async` context `await` should not be a keyword, which means that you can declare a function or variable named `await` and invoke it without problem. ```javascript var await =...

这个问题应该在 #109 修复了

I think before the reflection-free approach got implemented, putting abose trimming attributes on an empty module initializer is a helpful workaround.

Same for syntaxhighlight involved: it works in editor but not in the published page, I have to add "brush:language" to custom css (which should be done automatically by the plugin)...

Blocking issue: https://github.com/microsoft/microsoft-ui-xaml/issues/4377

It caused by a stackoverflow between DependencyProperty and Property while there're multiple CodeEditor instances: https://github.com/hawkerm/monaco-editor-uwp/blob/b390c5381b043f91fab9b0921729f37808b5b89c/MonacoEditorComponent/CodeEditor/CodeEditor.Properties.cs#L62 https://github.com/hawkerm/monaco-editor-uwp/blob/b390c5381b043f91fab9b0921729f37808b5b89c/MonacoEditorComponent/CodeEditor/CodeEditor.Properties.cs#L77 https://github.com/hawkerm/monaco-editor-uwp/blob/b390c5381b043f91fab9b0921729f37808b5b89c/MonacoEditorComponent/CodeEditor/CodeEditor.Properties.cs#L112 A workaround is removing properties `ReadOnly`, `CodeLanguage` and `HasGlyphMargin` and use `Options` directly...

I'm uploading my build here directly: [Monaco.Editor.0.899.0-beta.zip](https://github.com/hawkerm/monaco-editor-uwp/files/5113619/Monaco.Editor.0.899.0-beta.zip) I compiled it with version 0.899.0-beta, you can put it under a local directory and add the path to your nuget config, then...

@hawkerm This should be fixed before 0.9 release.