Skip to content

Commit

Permalink
pw_ide: Remove some outdated VSC settings
Browse files Browse the repository at this point in the history
Bug: b/361114401
Change-Id: I94202487b380f448430415ef573ab46643d22b13
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230994
Reviewed-by: David Rees <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Chad Norvell <[email protected]>
Reviewed-by: Anthony DiGirolamo <[email protected]>
  • Loading branch information
chadnorvell authored and CQ Bot Account committed Aug 26, 2024
1 parent fdeee8e commit b88316b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pw_ide/py/pw_ide/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def _local_python_settings() -> dict[str, Any]:
"files.insertFinalNewline": True,
"files.trimTrailingWhitespace": True,
"search.useGlobalIgnoreFiles": True,
"grunt.autoDetect": "off",
"gulp.autoDetect": "off",
"jake.autoDetect": "off",
"npm.autoDetect": "off",
"C_Cpp.intelliSenseEngine": "disabled",
"[cpp]": OrderedDict(
Expand Down

0 comments on commit b88316b

Please sign in to comment.