Kamcio
Kamcio
This doesn't works as expected (or I messed up copying n pasting your code :sleeping:). Now it matches pseudo-classes/elements like `.some-class:after` and doesn't match classes with escaped characters at all.
> > Any news on accepting this @dziku86? > > Alright! What the thumbs up really means? Are there any inconvenience on merging this PR? I think this is a...
> I spent some time with this. I submitted a PR to allow the escaped characters. > I have modified the regex in the `css-class-extractor.ts ` to allow `@`, `/`...
Switched to VSCodium and everything works fine :confused: . It's not a Standard issue. I'm closing this.
I'm reopening this issue. Even in VScodium (1.63.2 and 1.60.0) the extensions stops working after 10 - 20 min. Changing some random settings (not related to standard) in `settings.json` somehow...
Other extensions works fine. Even with only standard extension enabled the problem occurs.
When it stops working I get this output in the devtools console: `workbench.desktop.main.js:577`: ``` ERR Request got cancelled: Error: Request got cancelled at handleResponse (c:\VSCodium-win32-ia32-1.63.2\data\extensions\standard.vscode-standard-2.0.1\client\node_modules\vscode-jsonrpc\lib\common\connection.js:477:48) at processMessageQueue (c:\VSCodium-win32-ia32-1.63.2\data\extensions\standard.vscode-standard-2.0.1\client\node_modules\vscode-jsonrpc\lib\common\connection.js:292:17) at Immediate....
> Is it still the case with newer versions ? @iwarner Yes it is.
That's expected behavior when you `preventDefault()` on anchor links. Use [`history.pushState()`](https://developer.mozilla.org/en-US/docs/Web/API/History/pushState) to update url.
What about `Dynamic import()` ? [https://v8.dev/features/dynamic-import](https://v8.dev/features/dynamic-import) Is it possible to enable new ECMAScript features without a custom parser?