We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871b92a commit 561c581Copy full SHA for 561c581
README.md
@@ -15,7 +15,4 @@ This extension provides the following features:
15
16
## Keybindings
17
18
-- ctrl+enter: (Smart) Execute selection or line in interactive window or debug console _and_ step
19
-- ctrl[-shift]-tab: Quick open of editors/files in group
20
-- ctrl-p: open recent projects/folders
21
- [ctrl-]f12: Jump to or back from definition
package.json
@@ -42,7 +42,10 @@
42
"ruff.lint.select": [
43
"ALL"
44
],
45
- "ruff.lint.ignore": [],
+ "ruff.lint.ignore": [
46
+ "D",
47
+ "ANN"
48
+ ],
49
"ruff.organizeImports": true
50
},
51
"keybindings": [
0 commit comments