yrming / vscode-type-challenges

Take Type Challenges in VS Code
https://marketplace.visualstudio.com/items?itemName=YRM.type-challenges
MIT License
44 stars 12 forks source link

Update: Sync with official questions #13

Closed mefengl closed 1 year ago

mefengl commented 1 year ago

basically, just copy from the official, and for d in ./resources/questions/*/ ; do (cd "$d" ; for file in ./*.ts; do mv "$file" "${file%.*}.tc"; done); done 不是很明白为什么后缀需要是tc,是ts感觉都不用改了?

yrming commented 1 year ago

感谢。

因为tc是type challenge的缩写。