CodinGame / monaco-vscode-api

VSCode public API plugged on the monaco editor
MIT License
226 stars 31 forks source link

Did the latest fix break exports? #263

Closed kaisalmen closed 10 months ago

kaisalmen commented 10 months ago

I upgraded to 1.83.12 and something like this is no longer compiling:

import * as vscode from 'vscode';

export class MyProvider implements vscode.DocumentSymbolProvider {
...

Did I miss something or did something break?

CGNonofr commented 10 months ago

What is the error? I see nothing wrong on my side

kaisalmen commented 10 months ago

Sorry, seems to be some dependency/overrides problem. Will come back to you.

kaisalmen commented 10 months ago

My fault. Upgrade went wrong.

kaisalmen commented 10 months ago

@CGNonofr FYI, the actual problem was that I fracked up the @types/vscode version and then everything fell apart, but I didn't notice that