ccagml / leetcode-extension

Solved LeetCode problem in VS Code added some new features
https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating
MIT License
253 stars 27 forks source link

fix description button not working error #263

Closed sgrtye closed 9 months ago

sgrtye commented 9 months ago

The map linking IDs to TreeNodeModel was defined to use string keys, but during runtime, integer keys are being encountered. To address this issue, I implemented checks to ensure that both key types are parsed correctly. However, it's crucial to conduct further investigation to determine the root cause of this discrepancy and confirm that the map's intended key type is indeed string.