Skip to content

Commit

Permalink
Changed publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jan 25, 2022
1 parent 875e599 commit 6aa717b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@ XState VSCode enhances the XState development experience by providing VSCode use

## Installation

**[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=mattpocock.xstate-vscode)**
**[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=statelyai.xstate-vscode)**

## Features

### Visualize machines

Visualize any XState machine from your editor, with an interactive diagram.

<img src="https://raw.githubusercontent.com/mattpocock/xstate-vscode/master/assets/visualization.png" alt="" />
<img src="https://raw.githubusercontent.com/statelyai/xstate-vscode/master/assets/visualization.png" alt="" />

### Autocomplete

Intelligent suggestions for transition targets and initial states.

<img src="https://raw.githubusercontent.com/mattpocock/xstate-vscode/master/assets/autocomplete.png" alt="" />
<img src="https://raw.githubusercontent.com/statelyai/xstate-vscode/master/assets/autocomplete.png" alt="" />

### Linting

Highlights errors and potential bugs in your XState machine definitions.

<img src="https://raw.githubusercontent.com/mattpocock/xstate-vscode/master/assets/linting.png" alt="" />
<img src="https://raw.githubusercontent.com/statelyai/xstate-vscode/master/assets/linting.png" alt="" />

### Jump to definition

Navigate around machines easily with jump to definition on targets, actions, guards, services and more.

<img src="https://raw.githubusercontent.com/mattpocock/xstate-vscode/master/assets/jump-to-definition.png" alt="" />
<img src="https://raw.githubusercontent.com/statelyai/xstate-vscode/master/assets/jump-to-definition.png" alt="" />

## Hints and Tips

Expand Down
2 changes: 1 addition & 1 deletion client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const BASE_URL = "https://stately.ai";
export const TOKEN_KEY = `stately-editor-key#${BASE_URL}`;
export const EXTENSION_ID = "mattpocock.xstate-vscode";
export const EXTENSION_ID = "statelyai.xstate-vscode";
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"preview": true,
"author": "Matt Pocock",
"license": "MIT",
"version": "1.4.1",
"version": "1.4.3",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/mattpocock/xstate-vscode"
"url": "https://github.com/statelyai/xstate-vscode"
},
"bugs": {
"url": "https://github.com/mattpocock/xstate-vscode/issues"
"url": "https://github.com/statelyai/xstate-vscode/issues"
},
"keywords": [
"xstate",
Expand Down Expand Up @@ -48,7 +48,7 @@
"onLanguage:javascriptreact"
],
"main": "./client/dist/index.js",
"publisher": "mattpocock",
"publisher": "statelyai",
"contributes": {
"commands": [
{
Expand Down

0 comments on commit 6aa717b

Please sign in to comment.