Aleksandr Siryi

Results 5 comments of Aleksandr Siryi

Absolutely agree with you. Temporary this funcionality is achived with [Todo Tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree) plugin.Nevermind, that screenshot from official page doesn't show sidebar icon. Just install and try it.

Try to fix TS errors. Here is my quick solution: // file 'search-lessons.route.ts' 1) Add "as string" ` const courseId = queryParams.courseId, filter = (queryParams.filter || '') as string, sortOrder...

Try to install newer version of ''node-sass'' package. For example, "^4.9.0" works fine .

Версия последняя. Просто скачанная пару дней назад. Между прочем, версия в package.json все еще "3.3.1", хотя в коммите уже 4.0.

Установил обновленную версию - проблема все еще осталась. Для себя решил ее так: в actions c type: 'add' поле path захардкодил без использования getPath(), то есть сразу прописал строку немного...