Loïc Mangeonjean
Loïc Mangeonjean
> Please include a test suite test which fails before the change and passes afterwards. Just did in 9b9be2fceb7ccbf0c13865058dac13f97e40dd9d
There is no test file dedicated to Dates, I don't really know where to add it
I think you're just lucky that there is no recent syntaxes in the monaco editor api only, it may change in the future Monaco editor doesn't transpile the code into...
> @CGNonofr are the API changes still ok for a minor version change? WDYT? We should keep it simple: - fix = patch - feature = minor - breaking change...
To have multiple workspace folders, you can use the `workspaceUri` but it should link to an existing file on the virtual filesystem see https://github.com/CodinGame/monaco-vscode-api/blob/656c48cddc9ac2c9aead4d087edf18be991a49c7/demo/src/setup.common.ts#L174-L178
Are you using Vite in dev mode?
Sorry, I've read a little too fast! That's a common Vite issue. Are you up to date with webpack/monaco-languageclient/monaco-vscode-api?
Hi, > I'm only interested in the language client and otherwise prefer to load monaco than vscode You can't really separate monaco from VScode, that's the same things, VSCode is...
With https://github.com/CodinGame/monaco-vscode-api/pull/391, I've managed to make monaco-graphql work
> I import custom wasm in our codebase and we now see new errors: How is it imported in your codebase? > Also it seems graphql doesn't exist as a...