-
#### Brief summary of issue / Description of requested feature:
Mudlet 4.4.0 instead of crashing now copy/paste just doesn't work sometimes
- i'm not sure exactly what causes this to start, but it…
njs50 updated
4 years ago
-
Hello,
I noticed a disparity in LSP server response time, using vim8's job system, depending on the environment:
* from terminal vim in WSL, the response time would be around `0.05s`
* from gVim …
-
Hi,
I am trying to get the monaco editor running in NW.js. I did a search on Google, and found nothing about that, so I decided to use the Electron example as my starting point (https://github.com/…
-
I'm trying to load Monaco editor with Edge extension to some web page. But I'm strugling to do so.
I have created cdn with Monaco source code and proxy (https://github.com/matjazmav/monaco-editor-cdn…
arruw updated
5 years ago
-
#### Brief summary of issue / Description of requested feature:
I have no idea what this 'saved 1 fewer words' means:
```
TCommandLine::~TConsole(...) INFO - Saving profile's own Hunspell diction…
vadi2 updated
5 years ago
-
monaco-editor npm version: 0.X.Y
Browser: Chrome
OS: Windows
I know i know, is a really noob question but i can't get out :C
Forgive me i'm new to the JavaScript world and i wanted only to do a …
-
I am still struggling with the height of a Monaco Editor, the behaviour is quite different from CodeMirror or ACE.
I want to make a very simple Monaco Editor: [JSBin](https://jsbin.com/qakahedajo/1…
-
Hi,
I want to get the monaco editor up and running in Electron. I found the electron examples for monaco but they won't work in my app.
All I get are errors like:
"loader.js:1817 Uncaught Error: U…
-
Probably a dumb question but I'm having an awful hard time with it.
I loaded up the easy sample, and all I want to do is get the text out that the user has entered.
This is proving hard for me to f…
-
I have the following code to load MonacoEditor in `index.html` of my AngularJS website:
require.config({ paths: { 'vs': '/monaco-editor/min/vs' }})
console.log(monaco)
…