From 88aea9e19a6af7d70bb13e5416cc748d736a8797 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Wed, 1 Jan 2025 16:13:04 +0800 Subject: [PATCH] chore: change vscode extension name Avoid: Error: Duplicate workspace name tinymist: /the/path/of/tinymist/editors/vscode conflicts with /the/path/of/tinymist --- editors/vscode/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vscode/package.json b/editors/vscode/package.json index ccd3edadc..568d2e153 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,5 +1,5 @@ { - "name": "tinymist", + "name": "vscode-tinymist", "version": "0.12.16-rc1", "description": "An integrated language service for Typst", "keywords": [ @@ -1133,4 +1133,4 @@ "ovsx": "^0.8.3", "typescript": "^5.2.2" } -} \ No newline at end of file +}