Skip to content

Commit 4dade45

Browse files
authored
Merge branch 'main' into ci_update_version
2 parents 3c2c885 + 1f65f17 commit 4dade45

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
## Related issues
88
<!--- Mention (link) related issues. -->
99
<!--- If you suggest a new feature, please discuss it in an issue first. -->
10-
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
10+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce. -->
1111

1212
## Checklist
1313

14-
- [ ] Run `just build`
14+
- [ ] Run `pixi run build`
1515
- [ ] Write documentation
1616
- [ ] Test on your machine
1717
- [ ] Test on the robot

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"ms-vscode.cpptools-themes", // C++ support
1919
"ms-vscode.cpptools", // C++ support
2020
"njpwerner.autodocstring", // Generates docstrings
21+
"Plex.vscode-protolint", // Protobuf support
2122
"streetsidesoftware.code-spell-checker-german", // Spell checker
2223
"streetsidesoftware.code-spell-checker", // Spell checker
2324
"tamasfe.even-better-toml", // TOML support
2425
"trond-snekvik.simple-rst", // Syntax highlighting for rst files
2526
"twxs.cmake", // CMake support
26-
"zxh404.vscode-proto3", // Protobuf support
2727
]
2828
}

0 commit comments

Comments
 (0)