From b5c2cf360e4e25e2a2f738e43291f619c293c4c0 Mon Sep 17 00:00:00 2001 From: "sheche@microsoft.com" Date: Sat, 27 Apr 2019 18:16:54 +0800 Subject: [PATCH] chore: Prepare for 0.14.1 --- ACKNOWLEDGEMENTS.md | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 ++ docs/README_zh-CN.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 6 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index 86f79550..052a98aa 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -5,7 +5,7 @@ A big thanks to the following individuals for contributing: - [@purocean](https://github.com/purocean) for contributing [#46](https://github.com/jdneo/vscode-leetcode/pull/46) - [@Xeonacid](https://github.com/Xeonacid) for contributing [#58](https://github.com/jdneo/vscode-leetcode/pull/58). - [@Himself65](https://github.com/Himself65) for contributing [#61](https://github.com/jdneo/vscode-leetcode/pull/61) -- [@Vigilans](https://github.com/Vigilans) for contributing [#94](https://github.com/jdneo/vscode-leetcode/pull/94), [#193](https://github.com/jdneo/vscode-leetcode/pull/193), [#224](https://github.com/jdneo/vscode-leetcode/pull/224), [#232](https://github.com/jdneo/vscode-leetcode/pull/232), [#235](https://github.com/jdneo/vscode-leetcode/pull/235), [#249](https://github.com/jdneo/vscode-leetcode/pull/249), [#255](https://github.com/jdneo/vscode-leetcode/pull/255), [#256](https://github.com/jdneo/vscode-leetcode/pull/256), [#257](https://github.com/jdneo/vscode-leetcode/pull/257), [#260](https://github.com/jdneo/vscode-leetcode/pull/260), [#270](https://github.com/jdneo/vscode-leetcode/pull/270), [#271](https://github.com/jdneo/vscode-leetcode/pull/271), [#277](https://github.com/jdneo/vscode-leetcode/pull/277), [#278](https://github.com/jdneo/vscode-leetcode/pull/278), +- [@Vigilans](https://github.com/Vigilans) for contributing [#94](https://github.com/jdneo/vscode-leetcode/pull/94), [#193](https://github.com/jdneo/vscode-leetcode/pull/193), [#224](https://github.com/jdneo/vscode-leetcode/pull/224), [#232](https://github.com/jdneo/vscode-leetcode/pull/232), [#235](https://github.com/jdneo/vscode-leetcode/pull/235), [#249](https://github.com/jdneo/vscode-leetcode/pull/249), [#255](https://github.com/jdneo/vscode-leetcode/pull/255), [#256](https://github.com/jdneo/vscode-leetcode/pull/256), [#257](https://github.com/jdneo/vscode-leetcode/pull/257), [#260](https://github.com/jdneo/vscode-leetcode/pull/260), [#270](https://github.com/jdneo/vscode-leetcode/pull/270), [#271](https://github.com/jdneo/vscode-leetcode/pull/271), [#277](https://github.com/jdneo/vscode-leetcode/pull/277), [#278](https://github.com/jdneo/vscode-leetcode/pull/278), [#289](https://github.com/jdneo/vscode-leetcode/pull/289) - [@ringcrl](https://github.com/ringcrl) for contributing [#123](https://github.com/jdneo/vscode-leetcode/pull/123) - [@pujiaxun](https://github.com/pujiaxun) for contributing [#143](https://github.com/jdneo/vscode-leetcode/pull/143) - [@edvardchen](https://github.com/edvardchen) for contributing [#147](https://github.com/jdneo/vscode-leetcode/pull/147) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3c4138..47ea1e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.14.1] +## Added +- Add setting `leetcode.showCommentDescription` to specify whether including the problem description in comments or not [#287](https://github.com/jdneo/vscode-leetcode/issues/287) + ## [0.14.0] ## Added - Add setting `leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor [#146](https://github.com/jdneo/vscode-leetcode/issues/146) diff --git a/README.md b/README.md index ba2f9a29..ab08b3b2 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ > Note: If no folder is opened in VS Code, the extension will save the problem files in **$HOME/.leetcode/**. + > You can specify whether including the problem description in comments or not by updating the setting `leetcode.showCommentDescription`. + > You can switch the default language by triggering the command: `LeetCode: Switch Default Language`. --- diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 92ddf49b..98b04748 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -75,6 +75,8 @@ > 注意:若当前 VS Code 没有已打开的文件夹,则生成的题目文件会存储于 **$HOME/.leetcode/** 目录下。 + > 注意:你可以通过更新配置项 `leetcode.showCommentDescription` 来指定是否要在注释中包含题目描述。 + > 注意:你可以通过 `LeetCode: Switch Default Language` 命令变更答题时默认使用编程语言。 --- diff --git a/package-lock.json b/package-lock.json index 91adab65..3f445e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-leetcode", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f8d6368..4da43771 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode", "displayName": "LeetCode", "description": "Solve LeetCode problems in VS Code", - "version": "0.14.0", + "version": "0.14.1", "author": "Sheng Chen", "publisher": "shengchen", "license": "MIT",