Skip to content

Commit 12cf2c3

Browse files
authored
Set makefile.configureOnOpen = false (#1227)
1 parent d9549bb commit 12cf2c3

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
@@ -1,3 +1,4 @@
11
{
2-
"python.analysis.extraPaths": ["./streamlit/lib"]
2+
"python.analysis.extraPaths": ["./streamlit/lib"],
3+
"makefile.configureOnOpen": false
34
}

0 commit comments

Comments
 (0)