Skip to content
Snippets Groups Projects
Commit ae6de092 authored by Volker Weißmann's avatar Volker Weißmann Committed by Kutalmış Berçin
Browse files

ENH: update vscode-settings (fixes #2935)

parent 69dae2e0
No related merge requests found
......@@ -141,10 +141,10 @@ fi
cat << JSON_CONTENT
"C_Cpp.autocomplete": "Disabled",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.formatting": "Disabled",
"C_Cpp.intelliSenseEngine": "Disabled"
"C_Cpp.autocomplete": "disabled",
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp.formatting": "disabled",
"C_Cpp.intelliSenseEngine": "disabled"
}
}
JSON_CONTENT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment