mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Turn off editor.suggest.matchOnWordStartOnly
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"omnisharp.autoStart": false,
|
"omnisharp.autoStart": false,
|
||||||
"cmake.sourceDirectory": "${workspaceFolder}/swift",
|
"cmake.sourceDirectory": "${workspaceFolder}/swift",
|
||||||
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build"
|
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build",
|
||||||
|
"editor.suggest.matchOnWordStartOnly": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user