summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: c9c54ff66e697c6a82019e10f79a28a7e0d3a80b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "nrf-connect.topdir": "/home/mh/Documents/skola/bc/mqtt_simple",
  "nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.2.0}",
  "files.associations": {
    "certificates.h": "c",
    "w1.h": "c",
    "shell.h": "c",
    "nrf9160.h": "c"
  }
}