Skip to content

Commit 3da9062

Browse files
committed
add setting for inlinesuggest
1 parent 8e5c683 commit 3da9062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
],
55
"python.testing.unittestEnabled": false,
66
"python.testing.pytestEnabled": true,
7-
"python.formatting.provider": "black"
7+
"python.formatting.provider": "black",
8+
"editor.inlineSuggest.showToolbar": "onHover"
89
}

0 commit comments

Comments
 (0)