sg-wireless / pymakr-vsc

GNU General Public License v3.0
97 stars 25 forks source link

Next-update #210

Closed Josverl closed 2 years ago

Josverl commented 2 years ago

proposed changes as discussed in https://github.com/pycom/pymakr-vsc/issues/207

jakobrosenberg commented 2 years ago

Hi @Josverl. Great PR!

Can we get VSCode and other IDEs to detect and use the ts config if it's not named tsconfig.json? Without it, we lose type safety / completion - even if the user has checkJs enabled in their IDE settings.

jakobrosenberg commented 2 years ago

:tada: This PR is included in version 2.8.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

Josverl commented 2 years ago

@jakobrosenberg A possible solution is : https://github.com/pycom/pymakr-vsc/pull/216 that restores tsconfig but avoids the 'overwrite' errors