diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-28 14:19:00 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-30 01:36:12 +0100 |
commit | 75416fe01aa98b53c57315a050fc58f0879a238d (patch) | |
tree | 0bb2d5849fc352c839f8d6f85fdb2aa6b0aad03b /.vscode/settings.json | |
parent | 5a34a70b861c9d504e9f07d3c8251c36dc2ce76c (diff) |
Used new agent lib name xaapiv1 and fix env setup.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d0f7e6d..8427f3c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,15 +22,7 @@ }, // Words to add to dictionary for a workspace. "cSpell.words": [ - "apiv", - "iosk", - "zhouhui", - "ldflags", - "socketio", - "xdsconfig", - "sdkid", - "godotenv", - "crosssdk", - "prjs" + "apiv", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "sdkid", + "godotenv", "crosssdk", "prjs", "xaapiv", "urfave" ] } |