Mike Liu

Results 21 comments of Mike Liu

Getting a similar error with the latest node on Windows Server 2008 R2: ```powershell PS C:\> node --version v10.1.0 PS C:\> npm --global ls `-- [email protected] +-- [email protected] | +--...

As an update I was able to get this working with this version of [websockify.js](https://github.com/novnc/websockify/blob/46406c76e76ee60e6c8b2b61f0698d2a9cf7f572/other/js/websockify.js) using node 10.1.0. I think I just need to package this up as a node...

Having the same issue since we run on FIPS enabled machines: Looks like this is related: https://github.com/boto/botocore/issues/1700

This is also becoming an increasing annoyance for me as well. The auto hide behavior used to be much more consistent but now it will unhide even when scrolling down.

This is affecting my workspace as well. Exact same issue for absolute path specified with '@'.

Here's a minimal reproduction repo: https://github.com/mliudev/react-ts-css-navigation-bug Instructions are in the README.

Possibly related https://github.com/microsoft/vscode/issues/163967

While this fixes the issue in `.tsx` files the issue the issue I'm having is that it doesn't work on `@` imports within `.scss` files. I've uploaded a video. https://github.com/Viijay-Kr/react-ts-css/assets/11674155/d86f3352-57c7-4af0-89b2-f46dc049e985

> @mliudev this extension does not deal with resolving imports inside Css or scss modules Oh I see, OK thanks for fixing the other issue!