Skip to content

Commit 6ae763d

Browse files
committed
Prevent vscode from auto-updating the Android config
1 parent d226cc7 commit 6ae763d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"javascript.preferences.quoteStyle": "single",
3-
"editor.formatOnSave": false
3+
"editor.formatOnSave": false,
4+
"java.configuration.updateBuildConfiguration": "disabled"
45
}

0 commit comments

Comments
 (0)