diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2021-06-15 11:04:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 11:04:29 +0200 |
commit | 3f70d0b80ff483f142ffbebf8960aeb503913a35 (patch) | |
tree | 476fc9c82d16d7e42fe89325824dc93633abbacb /.vscode | |
parent | 067eb823026f023e4d3514cadae7d5699da672a6 (diff) |
feat(doc): changelog system (#6350)
This system provides rules and automatizes (Deno-typescript) the creation of a changelog file to help developers to adapt their code and know what is new with every (pre)release
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 1cf6801393..5f14844b00 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -65,5 +65,6 @@ "codecvt": "cpp" }, "deno.enable": true, - "deno.path" : "deps/deno/bin/deno" + "deno.path": "deps/deno/bin/deno", + "deno.lint": true } |