Skip to content

Commit

Permalink
Update YCM part in VSCode docs
Browse files Browse the repository at this point in the history
Before running git submodule, we need to change dir first.

Bug: None
Change-Id: I99b335a015f8cbbb122fb23f3d08969caf66ecdc
Reviewed-on: https://chromium-review.googlesource.com/647048
Reviewed-by: James Cook <jamescook@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#499193}
  • Loading branch information
sangwoo108 authored and Commit Bot committed Sep 1, 2017
1 parent c6c2c37 commit 5fe74c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ To install You-Complete-Me, enter these commands in a terminal:

```
$ git clone https://github.com/Valloric/ycmd.git ~/.ycmd
$ git submodule update --init --recursive
$ cd ~/.ycmd
$ git submodule update --init --recursive
$ ./build.py --clang-completer
```
If it fails with "Your C++ compiler does NOT fully support C++11." but you know
Expand Down Expand Up @@ -541,4 +541,4 @@ might want to disable git status autorefresh as well.

### More
More tips and tricks can be found
[here](https://github.com/Microsoft/vscode-tips-and-tricks/blob/master/README.md).
[here](https://github.com/Microsoft/vscode-tips-and-tricks/blob/master/README.md).

0 comments on commit 5fe74c7

Please sign in to comment.