Sysmat
Sysmat
- "editor.formatOnType": true, was the problem - but code complition is not working, just have loading....
hm, I reload VSC and format is still broken ``` "editor.formatOnSave": false, "editor.formatOnType": false, "[imba]": { "editor.insertSpaces": false, "editor.autoIndent": "advanced", "editor.suggest.showWords": false, "editor.foldingStrategy": "indentation", "editor.wordSeparators": "`~!%^&*()=+[{]}\\|;:'\",./", "files.eol": "\n", "editor.semanticHighlighting.enabled": true...
``` "[imba]": { "editor.formatOnSave": false } ``` hm it dosen't work, still mall formed, but with VSC I use(js, ts, tsx, mjs, svelte, vue, angular) works fine only when installing...
I'm using ng 17
- when using `Sentry.metrics().notifyAll();` I get error ``` IllegalMonitorStateException: current thread is not owner at java.lang.Object.notifyAll(Object.java) at sentry.SentryMain.main(SentryMain.java:33) ``` - java 21, sentry 7.5.0
yes this generic from lib is not good
@carlossg not yet
@waterplea I did and ng 18.0.1 still getting NG0911
Thx, I was looking for something like that, great work :)