Skip to content

Commit 031f58d

Browse files
committed
Disable cmake tools configure on startup
1 parent a2a38ea commit 031f58d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ VisualGDB/
33
.vs/
44
.azure_config.h
55
mcu.mak
6-
settings.json
76
MXChip/AZ3166/lib/wiced_sdk/binary_build/43xxx_Wi-Fi

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cmake.configureOnOpen": false
3+
}

0 commit comments

Comments
 (0)