Skip to content

Commit

Permalink
Merge pull request #176 from standard/chore/update-extension-identifier
Browse files Browse the repository at this point in the history
chore: update extension identifier
  • Loading branch information
feross authored Feb 23, 2021
2 parents 88621c3 + 99ad623 commit 11fb261
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

## 1.5.0

- **Feature**: Add `treatErrorsAsWarnings` to forces all warnings and errors from standard to become warnings ([#108](https://github.com/standard/vscode-standardjs/pull/108))
- **Fix**: Detect brackets in filename ([#126](https://github.com/standard/vscode-standardjs/pull/126) and [#139](https://github.com/standard/vscode-standardjs/pull/139))
- **Feature**: Add `treatErrorsAsWarnings` to forces all warnings and errors from standard to become warnings ([#108](https://github.com/standard/vscode-standard/pull/108))
- **Fix**: Detect brackets in filename ([#126](https://github.com/standard/vscode-standard/pull/126) and [#139](https://github.com/standard/vscode-standard/pull/139))

## 1.4.0

- **Feature**: Add support for `ts-standard` ([#103](https://github.com/standard/vscode-standardjs/pull/103))
- **Feature**: Add support for `ts-standard` ([#103](https://github.com/standard/vscode-standard/pull/103))

## 1.3.0

- **Feature**: Add support for `standardx`, and potentially more standard-engine based linters ([#71](https://github.com/standard/vscode-standardjs/pull/71))
- **Feature**: Add context standardEnabled ([#106](https://github.com/standard/vscode-standardjs/pull/106))
- **Fix**: Enable typescript by default ([#96](https://github.com/standard/vscode-standardjs/pull/96))
- **Feature**: Add support for `standardx`, and potentially more standard-engine based linters ([#71](https://github.com/standard/vscode-standard/pull/71))
- **Feature**: Add context standardEnabled ([#106](https://github.com/standard/vscode-standard/pull/106))
- **Fix**: Enable typescript by default ([#96](https://github.com/standard/vscode-standard/pull/96))

## 1.2.0

1. Add a new `usePackageJson` option to enable locally installed standard only.

## 1.1.8

1. Fix [bug](https://github.com/chenxsan/vscode-standardjs/issues/37)
1. Fix [bug](https://github.com/standard/vscode-standard/issues/37)
2. Update deps

## 1.1.7
Expand All @@ -35,7 +35,7 @@

## 1.1.5

1. Fix `ignore` [bug](https://github.com/chenxsan/vscode-standardjs/issues/22)
1. Fix `ignore` [bug](https://github.com/standard/vscode-standard/issues/22)

## 1.1.3

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<h1 align="center">vscode-standardjs</h1>
<h1 align="center">vscode-standard</h1>

<p align="center">
<strong><a href="https://code.visualstudio.com/">Visual Studio Code</a> extension for <a href="https://standardjs.com">JavaScript Standard Style</a> with automatic fixing.</strong>
</p>

<p align="center">
<a href="https://github.com/standard/vscode-standardjs/actions?query=workflow%3A%22Node.js+CI%22"><img src="https://github.com/standard/vscode-standardjs/workflows/Node.js%20CI/badge.svg" alt="Node.js CI" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=chenxsan.vscode-standardjs"><img src="https://vsmarketplacebadge.apphb.com/version/chenxsan.vscode-standardjs.svg" alt="Visual Studio Marketplace" /></a>
<img alt="Downloads Visual Studio Marketplace" src="https://vsmarketplacebadge.apphb.com/downloads-short/chenxsan.vscode-standardjs.svg" />
<a href="https://github.com/standard/vscode-standard/actions?query=workflow%3A%22Node.js+CI%22"><img src="https://github.com/standard/vscode-standard/workflows/Node.js%20CI/badge.svg" alt="Node.js CI" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=standard.vscode-standard"><img src="https://vsmarketplacebadge.apphb.com/version/standard.vscode-standard.svg" alt="Visual Studio Marketplace" /></a>
<img alt="Downloads Visual Studio Marketplace" src="https://vsmarketplacebadge.apphb.com/downloads-short/standard.vscode-standard.svg" />
<a href="https://www.npmjs.com/package/ts-standard"><img alt="TypeScript Standard Style" src="https://camo.githubusercontent.com/f87caadb70f384c0361ec72ccf07714ef69a5c0a/68747470733a2f2f62616467656e2e6e65742f62616467652f636f64652532307374796c652f74732d7374616e646172642f626c75653f69636f6e3d74797065736372697074"/></a>
<br/> <br/>
<a href="https://standardjs.com"><img src="https://raw.githubusercontent.com/standard/vscode-standardjs/master/standard_icon.png" alt="Standard - JavaScript Style Guide" width="200"></a>
<a href="https://standardjs.com"><img src="https://raw.githubusercontent.com/standard/vscode-standard/master/standard_icon.png" alt="Standard - JavaScript Style Guide" width="200"></a>
</p>

## How to use
Expand All @@ -31,7 +31,7 @@

## Plugin options

We give you some options to customize vscode-standardjs in your VSCode [`settings.json`](https://code.visualstudio.com/docs/getstarted/settings).
We give you some options to customize vscode-standard in your VSCode [`settings.json`](https://code.visualstudio.com/docs/getstarted/settings).

| Option | Description | Default |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- |
Expand Down Expand Up @@ -132,7 +132,7 @@ When you open the Command Palette in VSCode (⇧⌘P or Ctrl+Shift+P), this plug

1. Run `npm install`
2. Run `npm run package` to build a .vsix file
3. You can install it with `code --install-extension vscode-standardjs.vsix`
3. You can install it with `code --install-extension vscode-standard.vsix`

## License

Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"displayName": "StandardJS - JavaScript Standard Style",
"description": "Visual Studio Code extension for JavaScript Standard Style with automatic fixing.",
"version": "0.0.1",
"author": "Sam Chen",
"author": "Standard",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chenxsan/vscode-standardjs.git"
"url": "https://github.com/standard/vscode-standard.git"
},
"bugs": {
"url": "https://github.com/chenxsan/vscode-standardjs/issues"
"url": "https://github.com/standard/vscode-standard/issues"
},
"engines": {
"vscode": "^1.50.0"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "vscode-standardjs",
"name": "vscode-standard",
"displayName": "StandardJS - JavaScript Standard Style",
"description": "Visual Studio Code extension for JavaScript Standard Style with automatic fixing.",
"version": "1.5.0",
"author": "Standard",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/standard/vscode-standardjs.git"
"url": "https://github.com/standard/vscode-standard.git"
},
"bugs": {
"url": "https://github.com/standard/vscode-standardjs/issues"
"url": "https://github.com/standard/vscode-standard/issues"
},
"publisher": "standard",
"icon": "standard_icon.png",
Expand Down
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "server",
"version": "0.0.1",
"author": "Sam Chen",
"author": "Standard",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chenxsan/vscode-standardjs.git"
"url": "https://github.com/standard/vscode-standard.git"
},
"bugs": {
"url": "https://github.com/chenxsan/vscode-standardjs/issues"
"url": "https://github.com/standard/vscode-standard/issues"
},
"engines": {
"node": "*"
Expand Down

0 comments on commit 11fb261

Please sign in to comment.