You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/17 01:28:35 UTC

[GitHub] [dubbo-rust] chickenlj commented on a diff in pull request #73: docs:start examples

chickenlj commented on code in PR #73:
URL: https://github.com/apache/dubbo-rust/pull/73#discussion_r1024665470


##########
examples/READMED.md:
##########
@@ -0,0 +1,57 @@
+#### 首先我们拉下dubbo rust 项目

Review Comment:
   Better give this part  a title like `Run With VS Code`



##########
examples/READMED.md:
##########
@@ -0,0 +1,57 @@
+#### 首先我们拉下dubbo rust 项目
+```shell
+git clone https://github.com/apache/dubbo-rust.git
+```
+#### 打开编辑器准备启动项目
+这里我们使用VS code
+打开对应的 **dubbo rust **项目
+在当前目录下创建一个新文件夹,名称为 **.vscode**
+
+```shell
+mkdir .vscode
+```
+
+创建个json文件,名称为launch.json,该文件 **.vscode **目录下 将下文的内容复制到launch.json中

Review Comment:
   Can we put the `launch.json` file below into the source code for users to import directly?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org