Erko Knoll
Erko Knoll
When using this plugin and when the app is active and when powering off the screen (locking the phone) then the the app stays above the lock screen. For security...
Monaco can provide a pretty nice import suggestions as following: But it only works when the caret position is positioned before the last character or even further back. However, it...
Some properties have been move over to `IStandaloneEditorConstructionOptions`, one of these properties is `model`. I tried passing in `model` in new version but I'm getting stack overflow then, this didn't...
When imports that are declared via `addExtraLib` are explicitly wrapped inside `declare module` then IntelliSense is actually very nice. Following setup: ``` monacoEditor.languages.typescript.typescriptDefaults.addExtraLib("declare module 'test/file1' { export interface Test {}...
Looking at your latest commits it seems you have embedded a local web server to act as a proxy, probably because a lot of people have problems with CORS. However...
Hi, With a simple code of: `new Promise(() => { }).then(() => { throw new Error('Swallowed error') });` a user can fire off a Promise, throw an error inside the...
### Context - [X] This issue is not a bug report. *(please use a different template for reporting a bug)* - [X] This issue is not a duplicate of an...