Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

add filename and options for customization to docs #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ You also have to update the extension settings:

### Columns [[↑](#customization-)]

If you want to customize your columns, you have to modify the `settings.json` file inside your `.vscode` sub folder of the underlying workspace or your home directory.

An example of setting up custom column names:

```json
Expand All @@ -414,6 +416,9 @@ An example of setting up custom column names:
}
```

Customizable options:
- column name

### CSS [[↑](#customization-)]

If you want to style your board, you can create a file, called `vscode-kanban.css`, inside your `.vscode` sub folder of the underlying workspace or your home directory.
Expand Down