From 787d9b68b82e5b8f252de2eb577c948700bf7db0 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 4 Sep 2026 21:31:07 +0800 Subject: [PATCH] chore: align VS Code configuration with Rstack --- .vscode/extensions.json | 5 +---- .vscode/settings.json | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c230334..72d54ca 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,3 @@ { - // Rslint powers `pnpm lint` in this repo; the extension surfaces the same - // diagnostics in the editor. To be replaced by `rstack.rstack` (this very - // extension) once it is published. - "recommendations": ["rstack.rslint"] + "recommendations": ["rstack.rstack"] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 2a1213c..c330472 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,7 @@ "**/tests-dist": true, "**/.vscode-test": true, "**/node_modules": true - } + }, + "search.useIgnoreFiles": true, + "editor.defaultFormatter": "rstack.rstack" }