Results 6 comments of Veath

```js server.middlewares.use( history({ disableDotRule: undefined, htmlAcceptHeaders: ['text/html', 'application/xhtml+xml'], rewrites: rewrites, }), ) ``` if `header.accept` includs `'text/html', 'application/xhtml+xml'` page will be rewrite. when i access file `public/favicon.ico`, what is actually...

![image](https://user-images.githubusercontent.com/15187953/190350649-1279af8f-9ce5-477c-b75b-972165d785c8.png) 场景如上,希望实现这个功能

config/optionsSchema.json npm和github代码对不上

> What we do on the typescript playground for this is use `addExtraLib` on either > `monaco.languages.typescript.javascriptDefaults` or `monaco.languages.typescript.typescriptDefaults` for any file which isn't in the editor. i use `addExtraLib`...