Xucong Zhan
Xucong Zhan
Isn't it more of a problem on the linter's side though? IIRC, `pylint` comes with its own inference engine and can lead to false positives when it comes to checks...
Adding to @IEB-Richard 's point, you can also apply `django-html`-specific configuration: ``` { // your other configs "[django-html]": { "editor.formatOnSave": true, "editor.defaultFormatter": "HookyQR.beautify" } } ``` So that you can...
I'd also add that the default `settings.json` location on a Linux machine should be `~/.config/Code/User/settings.json`, as stated in the VSCode's doc: https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations @NathanWalker Is there any chance you could apply...
Same here. - Fedora 32 - App Version: 0.6.2 - Installed Package Type: rpm Error message: ```bash > figma-linux Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" You've got a...
@ChugunovRoman Do you mean install other fonts (like those from google fonts)? Yes, I do. I also used gnome-tweak to change the UI font. I am using either Microsoft Yahei...
@ChugunovRoman Here you go. - `screenfetch` output: ``` > screenfetch /:-------------:\ xzhan@xzhans-fedora-desktop :-------------------:: OS: Fedora 32 ThirtyTwo :-----------/shhOHbmp---:\ Kernel: x86_64 Linux 5.7.17-200.fc32.x86_64 /-----------omMMMNNNMMD ---: Uptime: 20h 38m :-----------sMMMMNMNMP. ---: Packages:...
Thank you so much @2jacobtan for the tip! A true life saver! It's super annoying and frustrating, especially when you compared that to the implementation of TS intellisense, which does...
Should already be fixed by this PR https://github.com/Pocco81/auto-save.nvim/commit/419ff6047d2299bfb3fe09317d501185ffecb337 Please update the plugin and see if your problem persists. 🤗
I disabled the HTTPS redirect so it should be something else. The logger was disabled due to performance reasons, but I will turn on the trace log and take a...
Ah, should've thought of giving the log a shot last night. Yes the log says "Invalid host header '127.0.0.1'". ```shell dbug: Microsoft.AspNetCore.Server.Kestrel.BadRequests[17] Connection id "0HMKAI4MMDM1L" bad request data: "Invalid Host...