Skip to content

Commit 65c1cd7

Browse files
authored
Migrate vscode settings to native Ruff language server (#9175)
### What This changes the .vscode/settings.json file to use the native Ruff server instead of the old `ruff-lsp` extension settings, since the language server is now stable and `ruff-lsp` is deprecated. + it gets rid of the annoying vscode pop up <img width="488" alt="image" src="https://github.com/user-attachments/assets/43368275-f5a4-470a-bc09-1c96e0ac0489" />
1 parent bffc908 commit 65c1cd7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.vscode/settings.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,7 @@
5858
"python.analysis.extraPaths": [
5959
"rerun_py/rerun_sdk"
6060
],
61-
"ruff.format.args": [
62-
"--config=rerun_py/pyproject.toml"
63-
],
64-
"ruff.lint.args": [
65-
"--config=rerun_py/pyproject.toml"
66-
],
61+
"ruff.configuration": "rerun_py/pyproject.toml",
6762
"prettier.requireConfig": true,
6863
"prettier.configPath": ".prettierrc.toml",
6964
"[proto3]": {

0 commit comments

Comments
 (0)