Skip to content

Commit 8e4a312

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Turn off editor.suggest.matchOnWordStartOnly
1 parent b3f7a8a commit 8e4a312

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"omnisharp.autoStart": false,
33
"cmake.sourceDirectory": "${workspaceFolder}/swift",
4-
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build"
4+
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build",
5+
"editor.suggest.matchOnWordStartOnly": false
56
}

0 commit comments

Comments
 (0)