Skip to content

Commit

Permalink
[Sublime Text] Fix nit in shell command
Browse files Browse the repository at this point in the history
TBR=sashab@chromium.org

Change-Id: I1f8ecd0c514338cf19956670d2257ac6a72d7cd1
Reviewed-on: https://chromium-review.googlesource.com/c/1401240
Reviewed-by: Josh Karlin <jkarlin@chromium.org>
Commit-Queue: Josh Karlin <jkarlin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#620823}
  • Loading branch information
Josh Karlin authored and Commit Bot committed Jan 8, 2019
1 parent 7d7c607 commit e89ba7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sublime_ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ In this case, we're going to add C/C++ support.
with this). You'll need to run this periodically to keep it up to date.
```shell
ninja -C out -t compdb cxx > compile_commands.json mv
compile_commands.json <path_to_src>
ninja -C out -t compdb cxx > compile_commands.json
mv compile_commands.json <path_to_src>
```
1. Install the LSP package in sublime-text
Expand Down

0 comments on commit e89ba7d

Please sign in to comment.