Skip to content

Commit

Permalink
Rename to vuter and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Jun 6, 2020
1 parent 374fd88 commit 07697fc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 20 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
<p>
<h1 align="center">Vetur</h1>
<h1 align="center">Vuter</h1>
</p>

<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur">
<img src="https://vsmarketplacebadge.apphb.com/version-short/octref.vetur.svg?style=flat-square">
<a href="https://marketplace.visualstudio.com/items?itemName=yoyo930021.vuter">
<img src="https://vsmarketplacebadge.apphb.com/version-short/yoyo930021.vuter.svg?style=flat-square">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur">
<img src="https://vsmarketplacebadge.apphb.com/installs-short/octref.vetur.svg?style=flat-square">
<a href="https://marketplace.visualstudio.com/items?itemName=yoyo930021.vuter">
<img src="https://vsmarketplacebadge.apphb.com/installs-short/yoyo930021.vuter.svg?style=flat-square">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur">
<img src="https://vsmarketplacebadge.apphb.com/rating-short/octref.vetur.svg?style=flat-square">
</a>
<a href="https://dev.azure.com/octref/vetur/_build?definitionId=1">
<img src="https://img.shields.io/azure-devops/build/octref/d2f425a7-816a-4e0c-a9bb-dd51d4d7efba/1.svg?label=Azure%20DevOps&logo=Azure%20Devops&style=flat-square">
</a>
<a href="https://travis-ci.org/vuejs/vetur">
<img src="https://img.shields.io/travis/vuejs/vetur.svg?label=Travis&style=flat-square">
<a href="https://marketplace.visualstudio.com/items?itemName=yoyo930021.vuter">
<img src="https://vsmarketplacebadge.apphb.com/rating-short/yoyo930021.vuter.svg?style=flat-square">
</a>
</p>


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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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",
Expand Down
2 changes: 1 addition & 1 deletion test/interpolation/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion test/lsp/helper.ts
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion test/vue3/helper.ts
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 07697fc

Please sign in to comment.