update xds-server package in docker
[src/xds/xds-server.git] / lib / xdsserver / sdks.go
index 5a8a1fa..685f19d 100644 (file)
@@ -50,7 +50,7 @@ func SDKsConstructor(ctx *Context) (*SDKs, error) {
 
        scriptsDir := ctx.Config.FileConf.SdkScriptsDir
        if !common.Exists(scriptsDir) {
-               // allow to use scripts/sdk in debug mode
+               // allow to use scripts/sdk when debugging with vscode(EXEPATH=WORKSPACE)
                scriptsDir = filepath.Join(filepath.Dir(ctx.Config.FileConf.SdkScriptsDir), "scripts", "sdks")
                if !common.Exists(scriptsDir) {
                        return &s, fmt.Errorf("scripts directory doesn't exist (%v)", scriptsDir)