We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官方说:
前提条件 访问Visual Studio Code官网,下载并安装VSCode组件。 安装Docker。 编译代码、安装依赖以及在本地运行调试等操作都是在Docker镜像中进行。 安装Aliyun Serverless VSCode Extension插件。
然后,调试直接通过点击IDE相应的按钮实现,不需要Docker,还是有封装的逻辑??
现在是debugger、run、deploy都没有反应,不知道什么问题,也没有报错
The text was updated successfully, but these errors were encountered:
win10下,vs code终端默认命令要改回cmd,开发一般都会设置自己习惯的吧,这个要改回cmd; 然后,代码所在目录要共享给docker,在docker设置Shared Drives中
cmd
Shared Drives
Sorry, something went wrong.
目前可以run、deploy,可是无法debug,会报(HTTP code 500)server error - Invalid filter 'expose',要如何处理呢
(HTTP code 500)server error - Invalid filter 'expose'
rsonghuster
SquatsTonight
No branches or pull requests
官方说:
然后,调试直接通过点击IDE相应的按钮实现,不需要Docker,还是有封装的逻辑??
现在是debugger、run、deploy都没有反应,不知道什么问题,也没有报错
The text was updated successfully, but these errors were encountered: