Conversation
|
Btw, you can use the |
|
I implemented the review comments and rebased the branch. Now, the build will fail because |
|
I have now enabled eslint globally for all packages and thanks for mentioning |
|
Build is green. Everything is in. If you agree with the latest changes this is good to go, I think. |
Make disposable.ts in both packages identical for now
|
I will produce new |
Sounds good! What will we wait for before releasing a final version? |
Actually a good question. We don't really have official beta tester. And a major version change should not immediately cripple correctly configured projects depending on here. |
|
It seems pretty safe to release a major version to me, and release fixes later, or we won't get any feedback I'm already testing the new vscode-api approach for more than a week, and everything else is just refactors, it can't break things, can it? |
Let's go |
|
We should archive the repos of |
Will do it on my side |
|
done! |
|
✅ |
I have based this branch on your branch, because otherwise the changes are obsolete again soon and would need to be redone. Therefore the target branch is currently also
use-monaco-vscode-api@CGNonofr I used
eslint-config-standard, but I made some adjustments:no-dupe-class-memberis offno-redeclare,no-useless-constructorandno-voidhave been reduced to warn (you should check if the code should or could be changed or ifeslint-disableshould be set instead and we can then remove the rule reduction)This closes #366