alibaba / serverless-vscode

Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
GNU General Public License v2.0
290 stars 37 forks source link

Region is not available because you have configured custom endpoint! #249

Closed LuckyStarry closed 4 years ago

LuckyStarry commented 4 years ago

尝试切换Region时提示“Region is not available because you have configured custom endpoint!”,但是并没有找到在哪里设置Region。

briefguo commented 4 years ago

嗯,我也遇到了. 能走Web进行设置吗?

llyo commented 4 years ago

目前只能手动修改配置:~/.fcli/config.yaml 这个配置文件中加上 enableCustomEndpoint: true

briefguo commented 4 years ago

👌 嗯,可以的,我先这样解决了.

是不是考虑可以变成一个 UI界面内 支持的功能

LuckyStarry commented 4 years ago

暂时靠 @llyo 大佬提供的方案解决了,感谢!