Zhichao
Zhichao
I had the same issue as yours. You can refer to this issue [vscode#157611](https://github.com/microsoft/vscode/issues/157611#issuecomment-1209528676)
I found this problem when lines start with '$$'. This problem can be solved by inserting a non-whitespace character at the beginning of a line. I'm sure it's a bug.
## 前端项目 参考这个项目:[oneapi-frontend](https://github.com/jinzcdev/oneapi-frontend) 1. 根据 [Ant Design Pro](https://ant-design.gitee.io/index-cn) 的官方文档,安装前端项目的运行环境。使用 `npm run build` 命令把该项目 `oneapi-frontend` 打包成静态资源文件; 2. 在云服务上,使用 Nginx 部署该项目即可。 ## 后端项目 下面三个子项目分别打包成 jar 包,单独部署: 1. one-api-backend 2. one-api-interface 3. one-api-gateway...