1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Enable inline diagnostics ONLY for other lines

This commit is contained in:
RGBCube 2025-01-12 17:31:48 +03:00
parent 85e6b2057a
commit 5052db11f2
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -135,7 +135,7 @@ in {
};
settings.editor.inline-diagnostics = {
cursor-line = "hint";
cursor-line = "disable";
other-lines = "hint";
};