Skip to content

Commit da3d2c6

Browse files
committed
fix deprecated config
1 parent 7a27307 commit da3d2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescriptreact": false,
55
"css": false
66
},
7-
"github.copilot.inlineSuggest.enable": false,
7+
"github.copilot.editor.enableAutoCompletions": false,
88
"editor.formatOnSave": true,
99
"editor.defaultFormatter": "esbenp.prettier-vscode"
1010
}

0 commit comments

Comments
 (0)