From c3e80dc6746e3a3a514841780ed1a8466fb01f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E5=90=B9=E8=89=B2=E5=BE=A1=E5=AE=88?= <85992002+KazariEX@users.noreply.github.com> Date: Sat, 21 Dec 2024 04:38:58 +0800 Subject: [PATCH] feat(vscode): add examples to inlay hints configuration (#5068) --- extensions/vscode/README.md | 24 ++++++++---------------- extensions/vscode/package.json | 14 ++++++-------- 2 files changed, 14 insertions(+), 24 deletions(-) diff --git a/extensions/vscode/README.md b/extensions/vscode/README.md index 0271f714fe..de033d4b85 100644 --- a/extensions/vscode/README.md +++ b/extensions/vscode/README.md @@ -257,22 +257,16 @@ Finally you need to make VS Code recognize your new extension and automatically ## Commands - - -| Command | Title | -| ------------------------------ | ------------------------------------------------------ | -| `vue.action.restartServer` | Vue: Restart Vue and TS servers | -| `vue.action.doctor` | Vue: Doctor | -| `vue.action.writeVirtualFiles` | Vue (Debug): Write Virtual Files | -| `vue.action.splitEditors` | Vue: Split <script>,