Skip to content

Commit

Permalink
Fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uctakeoff committed Jul 5, 2020
1 parent e658cec commit a773f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ VS Code extension: counts blank lines, comment lines, and physical lines of sour

**VSCode Counter** is able to aggregate in unknown languages by referring to the information in the installed language extensions. However, I found out that **this information is not available in Remote Development**.

Therefore, VSCode Counter's ability of **collecting VSCode language extensions** is now called as an independent function. The idea is to collect the information once in the local environment and store it so that it can be used remotely.
Therefore, I modified VSCode Counter's ability to **collecting VSCode language extensions** so that it can be called as an independent function. The idea is to collect the information once in the local environment and store it so that it can be used remotely.

* First, launch VSCode on your local server.
* First, launch VSCode on your local.
* Then, open the command palette and select `VSCodeCounter: Save the collected language configurations`.
* Then *settings.json* will store the configuration information collected from the current language extensions .
![](images/save_lang.png)
Expand Down

0 comments on commit a773f6a

Please sign in to comment.