Skip to content

Commit

Permalink
Merge pull request #17925 from jcogs33/jcogs33/vscode-setting-matchOn…
Browse files Browse the repository at this point in the history
…WordStartOnly-false

VSCode setting: turn off `editor.suggest.matchOnWordStartOnly`
  • Loading branch information
jcogs33 authored Nov 6, 2024
2 parents b3f7a8a + 8e4a312 commit 07bb60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"omnisharp.autoStart": false,
"cmake.sourceDirectory": "${workspaceFolder}/swift",
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build"
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build",
"editor.suggest.matchOnWordStartOnly": false
}

0 comments on commit 07bb60d

Please sign in to comment.