This commit is contained in:
Ruben Fiszel
2024-08-22 17:28:09 +02:00
parent 7b1ea57924
commit cbc548ed00
2 changed files with 3 additions and 3 deletions

View File

@@ -803,7 +803,7 @@
connectToLanguageServer(
`${wsProtocol}://${window.location.host}/ws/ruff`,
'ruff',
{},
{ 'ruff.lint.select': ['E', 'F'], extendSelect: ['I'], 'ruff.logLevel': 'debug' },
undefined
)
} else if (lang === 'go') {