mirror of
https://github.com/thelsing/knx.git
synced 2025-01-02 00:06:43 +01:00
cf44c4efe9
Initialisation works. Compiling fails on "htonl" expansion. If commented out it compiles fine.
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"platformio.platformio-ide"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cpptools-extension-pack"
|
|
]
|
|
}
|