You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added Leetcode helper:Command in commandTreeDataProvider.ts file to view all the command directly from the pannel(manually seleting the command from command palette feature is also available by ctrl+shift+P)
@@ -45,4 +45,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
45
- updated the package.json file for proper functioning of Leetcode Helper:Command pannel(also added the icon)
- added a new command show leetcode problems where links of every question on leetcode is availabe you can run this command and a text file will get opened and you can use (ctrl+f) to search for the specific leetcode question
56
+
57
+
### Changed
58
+
- updated extension.ts to ensure proper execution of showleetcodeproblem command
59
+
- updated commandTreeDataProvider.ts to add a new command to the panel
0 commit comments