What is the best VS Code setup for developing with glint and strict mode templates? #513
Unanswered
bwbuchanan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure where the best place to ask this is, so hoping the authors / followers of this project have relevant experience.
What's the best setup right now for developing Ember apps with strict mode templates and TypeScript?
My current setup is:
The project is a Firebase app monorepo setup, with the ember app in one yarn workspace, the Firebase functions in another workspace, and common shared code in a third workspace. I use a single VS Code project (not a multi-root workspace) and have not disabled VS Code's builtin
vscode.typescript-language-features
extension.This setup mostly works OK, but I have a few issues when editing
.gts
files:Anyone managed to make these things work alright?
Beta Was this translation helpful? Give feedback.
All reactions