mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
chore: Gitpod configuration fixed
This commit is contained in:
@@ -31,9 +31,9 @@ vscode:
|
|||||||
extensions:
|
extensions:
|
||||||
- twxs.cmake
|
- twxs.cmake
|
||||||
- ms-vscode.cmake-tools
|
- ms-vscode.cmake-tools
|
||||||
|
- xaver.clang-format
|
||||||
- streetsidesoftware.code-spell-checker
|
- streetsidesoftware.code-spell-checker
|
||||||
- vivaxy.vscode-conventional-commits
|
- vivaxy.vscode-conventional-commits
|
||||||
- github.vscode-pull-request-github
|
|
||||||
- hbenl.vscode-test-explorer
|
- hbenl.vscode-test-explorer
|
||||||
- matepek.vscode-catch2-test-adapter
|
- matepek.vscode-catch2-test-adapter
|
||||||
- trond-snekvik.simple-rst
|
- trond-snekvik.simple-rst
|
||||||
@@ -50,13 +50,10 @@ tasks:
|
|||||||
{
|
{
|
||||||
"cmake.buildDirectory": "${workspaceFolder}/build/${buildKitVendor}-${buildKitVersionMajor}",
|
"cmake.buildDirectory": "${workspaceFolder}/build/${buildKitVendor}-${buildKitVersionMajor}",
|
||||||
"cmake.configureArgs": [
|
"cmake.configureArgs": [
|
||||||
"-DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake"
|
"--toolchain conan_toolchain.cmake"
|
||||||
],
|
],
|
||||||
"cmake.generator": "Ninja Multi-Config",
|
"cmake.generator": "Ninja Multi-Config",
|
||||||
"[cpp]": {
|
"clang-format.executable": "/usr/bin/clang-format-15",
|
||||||
"editor.defaultFormatter": "ms-vscode.cpptools"
|
|
||||||
},
|
|
||||||
"C_Cpp.clang_format_path": "/usr/bin/clang-format-15",
|
|
||||||
"editor.formatOnPaste": true,
|
"editor.formatOnPaste": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
|
Reference in New Issue
Block a user