Tuckertcs
Tuckertcs
**OS:** _Linux Mint 20 x86_64_ **Kernel:** _5.4.0-72-generic_ **CPU:** _AMD Ryzen 7 3700X (16)_ **GPU:** _NVIDIA GeForce RTX 2070 Super_ **RAM:** _32G_
As far as rust-analyzer settings, I've only disabled inlay hints. Here's all my user settings, though: ```json { "editor.insertSpaces": false, "editor.acceptSuggestionOnEnter": "off", "editor.suggest.showReferences": false, "editor.detectIndentation": false, "window.zoomLevel": -1, "editor.formatOnPaste": true,...
After playing around with it, it seems to be this setting: ```json "editor.formatOnType": true, ``` Oddly enough, removing format on paste or save doesn't do anything, it's only the format...
2 years and not another comment? Sad. Still having to struggle with Gimp because of how buggy this is, unfortunately.
This issue has the `topic:gdscript` label, but it exists in C# as well (see #74141, #76182, or #76190). I'll also add that the above comment says the inspector will always...
Just going to add that the `type: 'react-native'` solution, doesn't seem to work, due to a possible related/possibly unrelated issue: https://github.com/typeorm/typeorm/issues/11149