Skip to content

Commit

Permalink
Cleanup and merge vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Mar 8, 2024
1 parent 3568bb7 commit fb4f51a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 150 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ __pycache__/
/boat_simulator_output/

# docs
!/src/docs
# Python virtual environment
.venv/
venv/
Expand Down
49 changes: 0 additions & 49 deletions .vscode/cspell.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/extensions.json

This file was deleted.

40 changes: 0 additions & 40 deletions .vscode/launch.json

This file was deleted.

45 changes: 0 additions & 45 deletions .vscode/settings.json

This file was deleted.

29 changes: 26 additions & 3 deletions sailbot.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,24 @@
"autopep",
"bsoncxx",
"buildx",
"Clangd",
"cmake",
"completionist",
"conda",
"cout",
"cppcheck",
"cppdbg",
"cpplint",
"DCMAKE",
"deque",
"devcontainer",
"dtype",
"endl",
"gaurav",
"gtest",
"ighxy",
"ints",
"iostream",
"isort",
"kmph",
"mkdocs",
Expand All @@ -76,24 +84,36 @@
"noqa",
"OMPL",
"pallete",
"Protobuf",
"protofiles",
"pytest",
"Raye",
"rclcpp",
"rclpy",
"rcutils",
"repos",
"roscd",
"rosdep",
"rosdistro",
"rosidl",
"roslaunch",
"rosrun",
"RTPS",
"srcnew",
"srcraye",
"struct",
"Structs",
"ubcsailbot",
"uncrustify",
"virtualenv",
"Wextra",
"Wpedantic",
"xmllint"
"xcalc",
"xhost",
"xinit",
"xinitrc",
"xmllint",
"xorg"
],
"editor.inlayHints.enabled": "off",
"editor.renderWhitespace": "trailing",
Expand Down Expand Up @@ -258,8 +278,11 @@
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
"yaml.customTags": [
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
"!ENV scalar",
"!ENV sequence",
"!relative scalar",
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
],

Expand Down

0 comments on commit fb4f51a

Please sign in to comment.