diff --git a/README.md b/README.md index af8b9a5117..d9363aa94c 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,28 @@

-

Vetur

+

Vuter

- - + + - - + + - - - - - - - - + +

+ +Vuter is fork from [Vetur](https://github.com/vuejs/vetur). +This is a voluntary project maintained by a Vetur contributor. +Will be maintained until Vetur is reactivated. + +## CHANGELOG + +## Original README + Vue tooling for VS Code, powered by [vue-language-server](https://github.com/vuejs/vetur/tree/master/server). Doc: https://vuejs.github.io/vetur diff --git a/package.json b/package.json index 5848deb568..707d518d7c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "vetur", - "displayName": "Vetur", - "description": "Vue tooling for VS Code", + "name": "vuter", + "displayName": "Vuter", + "description": "Vue tooling for VS Code from Vetur", "author": "Pine Wu ", "icon": "asset/vue.png", "version": "0.24.0", - "publisher": "octref", + "publisher": "yoyo930021", "scripts": { "build:grammar": "tsc -p . && node dist/scripts/build_grammar", "compile": "run-s compile:source copy:snippets", diff --git a/test/interpolation/helper.ts b/test/interpolation/helper.ts index a26b559ad4..b0f29bda1c 100644 --- a/test/interpolation/helper.ts +++ b/test/interpolation/helper.ts @@ -3,7 +3,7 @@ import * as fs from 'fs'; import { sleep } from './util'; import { performance } from 'perf_hooks'; -export const EXT_IDENTIFIER = 'octref.vetur'; +export const EXT_IDENTIFIER = 'yoyo930021.vuter'; export const FILE_LOAD_SLEEP_TIME = 1500; export const ext = vscode.extensions.getExtension(EXT_IDENTIFIER); diff --git a/test/lsp/helper.ts b/test/lsp/helper.ts index 4f4cbba0f2..4a553d0d2c 100644 --- a/test/lsp/helper.ts +++ b/test/lsp/helper.ts @@ -1,7 +1,7 @@ import * as vscode from 'vscode'; import * as fs from 'fs'; -export const EXT_IDENTIFIER = 'octref.vetur'; +export const EXT_IDENTIFIER = 'yoyo930021.vuter'; export const FILE_LOAD_SLEEP_TIME = 1500; export const ext = vscode.extensions.getExtension(EXT_IDENTIFIER); diff --git a/test/vue3/helper.ts b/test/vue3/helper.ts index 8f28cd4968..8f83f787c3 100644 --- a/test/vue3/helper.ts +++ b/test/vue3/helper.ts @@ -1,7 +1,7 @@ import * as vscode from 'vscode'; import * as fs from 'fs'; -export const EXT_IDENTIFIER = 'octref.vetur'; +export const EXT_IDENTIFIER = 'yoyo930021.vuter'; export const FILE_LOAD_SLEEP_TIME = 1500; export const ext = vscode.extensions.getExtension(EXT_IDENTIFIER);