mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a38502b8fe
* Update compile howto - to qt5.15 - minimal install overhead - sync with vscode and cmake * Update docs with more input gh actions windows: Qt5.15 and msvc2019 * fix: Azure build
27 lines
481 B
Plaintext
27 lines
481 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "../"
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.formatOnSave": false,
|
|
"cmake.environment": {
|
|
},
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"twxs.cmake",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools",
|
|
"spmeesseman.vscode-taskexplorer",
|
|
"yzhang.markdown-all-in-one",
|
|
"formulahendry.auto-rename-tag",
|
|
"CoenraadS.bracket-pair-colorizer",
|
|
"eamodio.gitlens",
|
|
"vscode-icons-team.vscode-icons",
|
|
"editorconfig.editorconfig"
|
|
]
|
|
}
|
|
}
|