Closed ExampleWasTaken closed 3 months ago
Probably need some check with other devs to see if they have an issue. I'll check this out myself as well
Yep, I'm totally open for suggestions, so far this is based on the settings we have in the aircraft repo.
All looks good to me, I don't use VS code but I'm happy with it if it's based off of the aircraft repo!
The project breaks with TS v^5.5.x
due to a bug fix added in that version. VSCode, by default, uses the TS version it ships with, so we need to force it to use the version of the workspace (the one in node_modules).
see #78
...this PR is 100% identical to #66. While re-structuring my branch setup I renamed the branch and didn't think of the fact that this would close the PR 😂
Description
This PR configures the VS Code workspace to ensure a correct environment setup. It also adds recommendations for the ESLint and .editorconfig extensions as they greatly enhance the DX.
Test Results
No code has been modified.