Results 26 comments of JRoger

```log # ncu -i Upgrading E:\self\repositories\xxx-project\frontend\package.json [====================] 46/46 100% √ Choose which packages to update » @babel/core ^7.19.0 → ^7.19.1 @babel/plugin-proposal-decorators ^7.19.0 → ^7.19.1 @tanem/react-nprogress ^5.0.12 → ^5.0.14 @types/lodash ^4.14.184...

@srmagura yes I using Windows Terminal.

@srmagura ```log  jroger on  E:/self/repositories/xxx/xxx.dashboard develop # ncu Checking E:\self\repositories\xxx\xxx.dashboard\package.json [====================] 53/53 100% react-router-dom ^6.4.0 → ^6.4.1 react-tsparticles ^2.3.1 → ^2.3.2 tsparticles ^2.3.1 → ^2.3.2 tsparticles-engine ^2.3.1 →...

@srmagura I modify `C:\Users\xxx\AppData\Roaming\npm\node_modules\npm-check-updates\build\src\index.js` file and add log like this: ```diff // exit with non-zero error code when there is an unhandled promise rejection process.on('unhandledRejection', err => { + console.log('>>>>>>>>>>>>>>>>>',...

Is there some hacking skills to do?

I have same problem. Polyglot Notebooks Version: v1.0.4102020 ```txt Version: 1.75.0 (user setup) Commit: e2816fe719a4026ffa1ee0189dc89bdfdbafb164 Date: 2023-02-01T15:23:45.584Z Electron: 19.1.9 Chromium: 102.0.5005.194 Node.js: 16.14.2 V8: 10.2.154.23-electron.0 OS: Windows_NT x64 10.0.19045 Sandboxed:...

@colombod I also have IntelliSense when I write code, but there is no syntax highlighting. ![image](https://user-images.githubusercontent.com/3223890/217140045-3ebdfac5-c819-46a6-924b-872682a1d2a7.png)

Hi @jeansusgodney ,I used VisualStudio 2017 (`15.5.4`) and .NET 4.6 build successed. Before build, I remove all build events. just these.

you can look at the sample code first.