permission denied listing external volume when using vscode databricks extension

CDICSteph
New Contributor

hey, i'm using the Db extension for vscode (Databricks connect v2). When using dbutils to list an external volume defined in UC like so: 

  dbutils.fs.ls("/Volumes/dev/bronze/rawdatafiles/")
 
i get this error: 
"databricks.sdk.errors.mapping.PermissionDenied: No operations allowed on this path..."

However, running the same statement in the Db workspace works fine.