@@ -152,37 +152,7 @@ code .
152
152
| ** Historical Tracking** | β | β
** NEW** |
153
153
| Multi-language Support | β
| β
Enhanced |
154
154
155
- ---
156
-
157
- ## π€ Contributing to This Fork
158
-
159
- ### π― Focus Areas
160
-
161
- This fork focuses on enhancing the daily coding practice experience. Contributions welcome in:
162
-
163
- - π§ ** Performance Optimizations**
164
- - π¨ ** UI/UX Improvements**
165
- - π ** Internationalization**
166
- - π ** Analytics & Tracking**
167
- - π― ** Practice Features**
168
-
169
- ### π Development Workflow
170
155
171
- ``` bash
172
- # Fork this repository
173
- git clone https://github.com/your-username/vscode-leetcode.git
174
-
175
- # Create feature branch
176
- git checkout -b feature/your-enhancement
177
-
178
- # Make changes and test
179
- npm run compile
180
- npm run lint
181
-
182
- # Submit PR to this fork
183
- ```
184
-
185
- ---
186
156
187
157
## π Performance & Compatibility
188
158
@@ -202,23 +172,13 @@ npm run lint
202
172
203
173
---
204
174
205
- ## π Bug Reports & Feature Requests
206
-
207
- ### π For This Fork's Features
208
- - ** Daily Challenges Issues** : [ Create Issue] ( https://github.com/su-mt/vscode-leetcode/issues )
209
- - ** Enhancement Requests** : [ Feature Request] ( https://github.com/su-mt/vscode-leetcode/issues/new?template=feature_request.md )
210
-
211
- ### π For Original Extension Issues
212
- - Please report to: [ Official Repository] ( https://github.com/LeetCode-OpenSource/vscode-leetcode/issues )
213
-
214
- ---
215
175
216
176
## π License & Credits
217
177
218
178
### π License
219
179
This fork maintains the original MIT License. See [ LICENSE] ( LICENSE ) for details.
220
180
221
- ### π Credits
181
+ ### Credits
222
182
- ** Original Extension** : [ LeetCode-OpenSource/vscode-leetcode] ( https://github.com/LeetCode-OpenSource/vscode-leetcode )
223
183
- ** Daily Challenges Enhancement** : [ @su-mt ] ( https://github.com/su-mt )
224
184
- ** Community Contributors** : See [ Contributors] ( https://github.com/su-mt/vscode-leetcode/graphs/contributors )
@@ -228,14 +188,6 @@ This fork maintains the original MIT License. See [LICENSE](LICENSE) for details
228
188
- [ VS Code Marketplace] ( https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode )
229
189
- [ LeetCode Official] ( https://leetcode.com )
230
190
231
- ---
232
-
233
- ## π Star History
234
-
235
- β ** If this enhanced version helps your coding practice, please star the repository!**
236
191
237
- [ ![ Star History Chart] ( https://api.star-history.com/svg?repos=su-mt/vscode-leetcode&type=Date )] ( https://star-history.com/#su-mt/vscode-leetcode&Date )
238
-
239
- ---
240
192
241
193
** Happy Coding! π**
0 commit comments