Theia 18 hotfixes (#528)

* Restore monaco suggestion highlights

* remove duplicated tabs on startup

* fix rename and delete sketch

* remove '.only(...)' in tests

Co-authored-by: Alberto Iannaccone <a.iannaccone@arduino.cc>
This commit is contained in:
Francesco Stasi
2021-10-06 17:50:02 +02:00
committed by GitHub
parent fc0f67493b
commit 846c22cb03
4 changed files with 44 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ testLines.forEach((t) =>
)
);
describe.only('Monitor Utils', () => {
describe('Monitor Utils', () => {
beforeEach(() => {
set(date);
});