James Leskovar

Results 5 comments of James Leskovar

Related https://github.com/microsoft/monaco-editor-webpack-plugin/issues/152 Workaround is to pin the following: ``` "monaco-editor": "0.20.0", "monaco-editor-webpack-plugin": "1.9.1", ``` Or alternatively don't use webpack, and load via AMD instead.

Can confirm issue is fixed in latest version of monaco-editor (>=0.27.0) If using yarn, you can pin via: ``` "resolutions": { "vue-monaco/monaco-editor": "^0.27.0" } ```

Small update on this issue - sorry for not updating sooner. You need to install the package manually - not via Package Control. PC installs the package as a tarball,...

Adding the host without specifying the driver is the same as -d none, AFAIK... Just to clarify, I get the CA cert error when I attempt to run any docker...

Hi @kriszyp - can confirm this now works - albeit typescript is a bit grumpy since `encoder` doesn't appear in the Database interface. Thanks!