Skip to content

Commit 50c53b2

Browse files
authored
Merge pull request #54 from knowledge-work/chore/fix-deprecated-config
fix deprecated config
2 parents 7a27307 + da3d2c6 commit 50c53b2

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)