Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-haskell committed Dec 15, 2024
1 parent c0c61fa commit c12c94c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
node_modules
src/**/*.ts
src/features
docs/
*.vsix
**/*.js.map
2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ __Setting:__ `elmLand.feature.goToSymbol`

You can navigate symbols inside a file. This is helpful for quickly navigating among functions, values and types in a file. The Outline panel below the file tree in the sidebar also displays all functions, values and types in the file.

![Go to symbol](./go-to-symbol.gif)

---

Expand All @@ -115,7 +114,6 @@ __Setting:__ `elmLand.feature.openSymbolByName`

You can navigate to any top-level declaration in any file, which is a quick way of getting to the right file.

![Open symbol by name](./open-symbol-by-name.gif)

---

Expand Down
Binary file removed elm-land-0.2.5.vsix
Binary file not shown.
Binary file added elm-land-0.3.0.vsix
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "elm-land",
"displayName": "Elm Land",
"description": "A fast, reliable, and customizable plugin for the Elm language.",
"version": "0.2.5",
"version": "0.3.0",
"icon": "src/elm-land-plugin.png",
"publisher": "elm-land",
"repository": "https://github.com/elm-land/vscode",
Expand All @@ -16,7 +16,7 @@
"build:typescript": "tsc",
"watch": "npm run build && npm run watch:typescript",
"watch:typescript": "tsc -w",
"package": "npx vsce package",
"package": "vsce package",
"vscode:prepublish": "npm run build"
},
"categories": [
Expand Down Expand Up @@ -165,6 +165,7 @@
"devDependencies": {
"@types/node": "18.11.18",
"@types/vscode": "1.74.0",
"@vscode/vsce": "3.2.1",
"chokidar-cli": "3.0.0",
"terser": "5.16.3",
"typescript": "4.9.4"
Expand Down

0 comments on commit c12c94c

Please sign in to comment.