From 56c43f453cbb6d4394b0155350f7988ecbbd61ff Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 14 Apr 2026 09:29:59 +0100 Subject: [PATCH 1/2] Update Glint information in code editors guide Removed Zoey's note about Glint and updated the description for Glint integration with TypeScript projects. --- guides/v6.9.0/code-editors/index.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/guides/v6.9.0/code-editors/index.md b/guides/v6.9.0/code-editors/index.md index 327e367192..497625c26b 100644 --- a/guides/v6.9.0/code-editors/index.md +++ b/guides/v6.9.0/code-editors/index.md @@ -37,19 +37,8 @@ Prettier is an opinionated code formatting tool. It enforces a consistent style ### Typed Glimmer Templates -
-
-
-
Zoey says...
-
- This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript. Learn more about Glint here. -
-
- -
-
- -[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint-vscode) is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as Ember.js v3.24+ and GlimmerX projects. +[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint2-vscode) - +Incorporate Glimmer templates into TypeScript-powered tooling for a project, enabling them to participate in rich editor features such as: info on hover, go to definition, symbol renaming, finding references, and auto completions. This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript. ## Vim and Neovim From 00c0525ee13eea92c17880d5ea52f69fc2e4347b Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 14 Apr 2026 11:42:25 +0100 Subject: [PATCH 2/2] make edit in correct location --- guides/release/code-editors/index.md | 15 ++------------- guides/v6.9.0/code-editors/index.md | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/guides/release/code-editors/index.md b/guides/release/code-editors/index.md index c465e504a2..683fd69a31 100644 --- a/guides/release/code-editors/index.md +++ b/guides/release/code-editors/index.md @@ -41,19 +41,8 @@ See instructions on [ember-tooling/snippets](https://github.com/ember-tooling/sn ### Typed Glimmer Templates -
-
-
-
Zoey says...
-
- This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript. Learn more about Glint here. -
-
- -
-
- -[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint-vscode) is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as Ember.js v3.24+ and GlimmerX projects. +[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint2-vscode) - +Incorporate Glimmer templates into TypeScript-powered tooling for a project, enabling them to participate in rich editor features such as: info on hover, go to definition, symbol renaming, finding references, and auto completions. This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript. ## Neovim diff --git a/guides/v6.9.0/code-editors/index.md b/guides/v6.9.0/code-editors/index.md index 497625c26b..327e367192 100644 --- a/guides/v6.9.0/code-editors/index.md +++ b/guides/v6.9.0/code-editors/index.md @@ -37,8 +37,19 @@ Prettier is an opinionated code formatting tool. It enforces a consistent style ### Typed Glimmer Templates -[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint2-vscode) - -Incorporate Glimmer templates into TypeScript-powered tooling for a project, enabling them to participate in rich editor features such as: info on hover, go to definition, symbol renaming, finding references, and auto completions. This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript. +
+
+
+
Zoey says...
+
+ This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript. Learn more about Glint here. +
+
+ +
+
+ +[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint-vscode) is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as Ember.js v3.24+ and GlimmerX projects. ## Vim and Neovim