Skip to content

Commit

Permalink
chore: fix vscode settings syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Jan 1, 2024
1 parent 604580f commit c0195f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
@@ -1,5 +1,5 @@
{
"C_Cpp.intelliSenseEngine": "Disabled", // Use clangd's instead
"C_Cpp.intelliSenseEngine": "disabled", // Use clangd's instead
"clangd.arguments": [
"--compile-commands-dir=ffmpeg", // where to find `compile_commands.json`
"--header-insertion=never", // avoid error header insertion
Expand Down

0 comments on commit c0195f0

Please sign in to comment.