Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TranquilMarmot committed Jun 19, 2021
1 parent 03219c5 commit e4d6b45
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ Re-selecting the tag that is currently being searched for will de-select it and

### Switching between the graph editor and a text editor

By clicking the three dots in the top-right of the open editor window, you can select "Reopen Editor With..." and choose to re-open the `.yarn` file with the default text editor.
Switching editors can be done with the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette), <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>, and selecting the "View: Reopen Editor With..." option.

In this menu, clicking the gear icon will set an editor as the default editor for `.yarn` files. This is useful if you want Visual Studio Code to default to opening files with the text editor.
In this menu, selecting "Configure default editor for '\*.yarn'..." will let you set the default editor for `.yarn` files. This is useful if you want Visual Studio Code to default to opening files with the text editor.

<details>
<summary>Expand for demo of switching between the text editor and Yarn Loom</summary>
Expand Down
Binary file modified images/reopen-with-text-editor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"loom-editor",
"loom-extension"
],
"version": "1.1.0"
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion loom-common/package-lock.json

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

2 changes: 1 addition & 1 deletion loom-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loom-common",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"build": "rm -rf out && tsc -p ./ && cp package.json ./out && cp -r node_modules ./out/node_modules",
Expand Down
2 changes: 1 addition & 1 deletion loom-editor/package-lock.json

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

2 changes: 1 addition & 1 deletion loom-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loom-editor",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"dependencies": {
"@emotion/babel-plugin": "^11.3.0",
Expand Down
4 changes: 2 additions & 2 deletions loom-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ Re-selecting the tag that is currently being searched for will de-select it and

### Switching between the graph editor and a text editor

By clicking the three dots in the top-right of the open editor window, you can select "Reopen Editor With..." and choose to re-open the `.yarn` file with the default text editor.
Switching editors can be done with the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette), <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>, and selecting the "View: Reopen Editor With..." option.

In this menu, clicking the gear icon will set an editor as the default editor for `.yarn` files. This is useful if you want Visual Studio Code to default to opening files with the text editor.
In this menu, selecting "Configure default editor for '\*.yarn'..." will let you set the default editor for `.yarn` files. This is useful if you want Visual Studio Code to default to opening files with the text editor.

<details>
<summary>Expand for demo of switching between the text editor and Yarn Loom</summary>
Expand Down
2 changes: 1 addition & 1 deletion loom-extension/package-lock.json

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

2 changes: 1 addition & 1 deletion loom-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yarn-spinner-loom",
"displayName": "Yarn Spinner Loom",
"description": "Visual editor for the Yarn Spinner dialogue language.",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/TranquilMarmot/YarnLoom",
"repository": {
"type": "git",
Expand Down

0 comments on commit e4d6b45

Please sign in to comment.