You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vscode/README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,17 @@ See the [Glint home page] for a more detailed Getting Started guide.
10
10
11
11
1. Add `@glint/core`, `@glint/template` and an appropriate environment package to your project's `devDependencies`.
12
12
1. Add a `"glint"` key to your project's `tsconfig.json` or `jsconfig.json` specifying your environment and any other relevant configuration.
13
-
1. Consider disabling the built-in `vscode.typescript-language-features` extension for any workspaces where you use Glint to avoid extraneous diagnostics. <details><summary>Screenshot</summary>
13
+
1. Consider disabling the built-in `vscode.typescript-language-features` extension for any workspaces where you use Glint to avoid extraneous diagnostics.
14
+
15
+
<details><summary>Instructions</summary>
16
+
17
+
1. In your project workspace, bring up the command palette with `Ctrl + Shift + P` (macOS: `Cmd + Shift + P`).
18
+
2. Type `built` and select "Extensions: Show Built-in Extensions".
19
+
3. Type `typescript` in the extension search box (do not remove `@builtin` prefix).
20
+
4. Click the little gear icon of "TypeScript and JavaScript Language Features", and select "Disable (Workspace)".
21
+
5. Reload the workspace. Glint will now take over TS language services.
0 commit comments