From 08909cac91576e7dcf36912ceb198ab5e339eac5 Mon Sep 17 00:00:00 2001 From: Monica Giambitto Date: Sat, 17 Apr 2021 09:03:04 +0200 Subject: [PATCH] add filename and options for customization to docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d86124f..4f92a88 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.