Skip to content

Commit 561c581

Browse files
committed
Fix Readme after release
1 parent 871b92a commit 561c581

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ This extension provides the following features:
1515

1616
## Keybindings
1717

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
2118
- [ctrl-]f12: Jump to or back from definition

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
"ruff.lint.select": [
4343
"ALL"
4444
],
45-
"ruff.lint.ignore": [],
45+
"ruff.lint.ignore": [
46+
"D",
47+
"ANN"
48+
],
4649
"ruff.organizeImports": true
4750
},
4851
"keybindings": [

0 commit comments

Comments
 (0)