Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<a title="Learn more about Project Manager" href="http://github.com/alefragnani/vscode-project-manager"><img src="https://raw.githubusercontent.com/alefragnani/vscode-project-manager/master/images/vscode-project-manager-logo-readme.png" alt="Project Manager Logo" width="70%" /></a>
Comment thread
cxf2015 marked this conversation as resolved.
Outdated
</p>

English | [简体中文](README.zh-CN.md)

# What's new in Project Manager 13.1

* Improved **Tags** support
Expand Down Expand Up @@ -239,7 +241,7 @@ You can choose how your projects are sorted
If you intend to _share_ projects between **Stable** and **Insider** installations, or if you store your settings in different locations (cloud services), you can indicate an _alternative_ location (folder path) for the `projects.json` file.

```json
"projectManager.projectsLocation": "C\\Users\\myUser\\AppData\\Roaming\\Code\\User"
"projectManager.projectsLocation": "C:\\Users\\myUser\\AppData\\Roaming\\Code\\User"
```

> You can use `~` or `$home` while defining the folder path. It will be replaced by your HOME folder.
Expand All @@ -260,7 +262,7 @@ If you intend to _share_ projects between **Stable** and **Insider** installati
"node_modules",
"out",
"typings",
"test"
"test",
"fork*"
],
```
Expand Down
Loading
Loading