Skip to content

Commit

Permalink
Putting things in the right places.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hall committed Jan 11, 2016
1 parent 4d0cfaf commit b0b72b8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ This should only be used for development or if there are unexpected behaviors.
"debug": false,
```

## Disable SVN Checks
Disables SVN Info and SVN status checks when opening menus.
Enable this feature if you are finding that opening the menus either by right clicking in the folders view or the command palette.

```Javascript
"disableSVNChecks": false,
```

## Command base files
Sets the files to use for global commands.
Set this value to "project" to use the root folders/files of the project.
Expand All @@ -18,14 +26,6 @@ Set this value to "current" to use the active view.
"commandBaseFiles": "project",
```

## Disable SVN Checks
Disables SVN Info and SVN status checks when opening menus.
Enable this feature if you are finding that opening the menus either by right clicking in the folders view or the command palette.

```Javascript
"disableSVNChecks": false,
```

### Paths
You can also specify any path or list of paths.
In general, it is better to only use the path option if you are setting it in your project settings.
Expand Down

0 comments on commit b0b72b8

Please sign in to comment.