summaryrefslogtreecommitdiffstats
path: root/.vscode
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret1-2/+4
Bug-AGL: SPEC-2289 Change-Id: I7486876f0fd50e776280dfeb983f6b47200a7c29 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-01-04Add cli-config.env file supporthalibut_7.90.0halibut/7.90.07.90.0Sebastien Douheret1-2/+0
XDS environment configuration can be set using various methods. Here is the list of various methods, ordered by priority: 1/ from command line option: "--config myConfig.json" 2/ from environment variable XDS_CONFIG 3/ $HOME/.xds/cli/cli-config.env file 4/ /etc/xds/cli/cli-config.env file Change-Id: I1b59c05e583336fe05459de91a35d47cf5ddf670 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-22Display new image url field with sdk list commandSebastien Douheret1-2/+4
Change-Id: I26db1f7ebedd502db123e249a69bad30fbc0db99 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-12Make id option overwrite XDS_xxx_ID env varSebastien Douheret1-51/+48
The behavior must be the same when XDS_SDK_ID is defined and user set -id option or simply give an id without setting "--id" string option. IOW all following commands must give the exact same result (get info of sdk 9d69): ./bin/xds-cli sdks get -id 9d69 ./bin/xds-cli sdks get 9d69 XDS_SDK_ID=9d69 ./bin/xds-cli sdks get XDS_SDK_ID=1234 ./bin/xds-cli sdks get -id 9d69 XDS_SDK_ID=12345 ./bin/xds-cli sdks get 9d69 Change-Id: Idbd3f052df8172d56de98f827743b43d70d37393 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-13Rationalize VSCode settings for all xds repoguppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.3flounder/5.99.6flounder/5.99.5flounder/5.99.36.90.05.99.65.99.55.99.3Sebastien Douheret1-45/+49
Change-Id: Ie1c91242fef9b49b1dc71707dd2546254792e649 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-07Update/fix rpm and deb packagingflounder_5.99.2flounder/5.99.25.99.2Sebastien Douheret1-1/+2
Change-Id: I576c7c02def683dc3028194e68416bfc0b167067 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-09Fixed terminal output (support escape and control characters)Sebastien Douheret1-1/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Added target and terminal supportv1.1.0Sebastien Douheret2-1/+19
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-24Fixed GOPATH setup while debugging in VSCSebastien Douheret1-5/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-23Used new SDK Management event.Sebastien Douheret1-7/+20
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-04Update connection options: --url/XDS_AGENT_URL and --url-server/XDS_SERVER_URL.Sebastien Douheret2-5/+5
--url option (or XDS_AGENT_URL env var) must be used to setup connection with XDS agent running locally on developer host. --url-server (XDS_SERVER_URL env var) may be set to overwrite default connection settings with XDS server.
2017-11-30Add -u short option for --url and support port number only.Sebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Used new agent lib name xaapiv1 and fix env setup.Sebastien Douheret1-10/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-08Log projects events.Sebastien Douheret1-1/+1
2017-11-06Improved help/description .Sebastien Douheret1-0/+10
2017-11-06Initial commitv0.0.1Sebastien Douheret2-0/+113
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>