Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/proposed'
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Aug 19, 2021
2 parents b95d34a + fada21d commit 2fee6cf
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.7

- add walkthroughs to install the plugin

## v1.0.6

- Add error message when the process dies
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ The additional feature can be access using the command palette of VSCode

## Installation

To install the extension:
You can follow the walkthroughs

![Walkthroughs](https://raw.githubusercontent.com/badetitou/vscode-pharo/main/docs/img/walkthroughs.gif)

Or, to install the extension:

1. Install [VSCode](https://code.visualstudio.com/)
2. Install the [Pharo extension](https://marketplace.visualstudio.com/items?itemName=badetitou.pharo-language-server)
Expand Down
Binary file added docs/img/walkthroughs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/releases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/vms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 34 additions & 26 deletions package-lock.json

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

40 changes: 38 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Highlighting, Auto-completion, Execution, ...",
"author": "Benoît Verhaeghe",
"license": "MIT",
"version": "1.0.6",
"version": "1.0.7",
"icon": "icon.png",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"pharo smalltalk"
],
"engines": {
"vscode": "^1.43.0"
"vscode": "^1.59.0"
},
"activationEvents": [
"onDebugResolve:pharodb",
Expand Down Expand Up @@ -212,6 +212,42 @@
"language": "pharo",
"path": "./snippets/snippets.json"
}
],
"walkthroughs": [
{
"id": "setup",
"title": "Set Up PLS",
"description": "Set Up Pharo Language Server",
"steps": [
{
"id": "downloadImage",
"title": "Download Pharo Language Server Image",
"description": "In this step, you have to download the last version of Pharo Language Server from the [GitHub Release page](https://github.com/badetitou/Pharo-LanguageServer/releases)",
"media": {
"image": "media/releases.png",
"altText": ""
}
},
{
"id": "downloadVM",
"title": "Download Pharo VM",
"description": "In this step, you have to download the last version of the [VM for your pharo image](https://files.pharo.org/vm/pharo-spur64-headless/)",
"media": {
"image": "media/vms.png",
"altText": ""
}
},
{
"id": "modifySetting",
"title": "Update Setting",
"description": "Update the pharo setting with the corresponding Image and VM path\n[Open Settings](command:workbench.action.openSettings)",
"media": {
"image": "media/pharo-bar.svg",
"altText": ""
}
}
]
}
]
},
"scripts": {
Expand Down

0 comments on commit 2fee6cf

Please sign in to comment.