Skip to content

Commit c12c94c

Browse files
committed
Release v0.3.0
1 parent c0c61fa commit c12c94c

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
node_modules
55
src/**/*.ts
66
src/features
7+
docs/
78
*.vsix
89
**/*.js.map

docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ __Setting:__ `elmLand.feature.goToSymbol`
105105

106106
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.
107107

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

110109
---
111110

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

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

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

120118
---
121119

elm-land-0.2.5.vsix

-6.97 MB
Binary file not shown.

elm-land-0.3.0.vsix

127 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "elm-land",
33
"displayName": "Elm Land",
44
"description": "A fast, reliable, and customizable plugin for the Elm language.",
5-
"version": "0.2.5",
5+
"version": "0.3.0",
66
"icon": "src/elm-land-plugin.png",
77
"publisher": "elm-land",
88
"repository": "https://github.com/elm-land/vscode",
@@ -16,7 +16,7 @@
1616
"build:typescript": "tsc",
1717
"watch": "npm run build && npm run watch:typescript",
1818
"watch:typescript": "tsc -w",
19-
"package": "npx vsce package",
19+
"package": "vsce package",
2020
"vscode:prepublish": "npm run build"
2121
},
2222
"categories": [
@@ -165,6 +165,7 @@
165165
"devDependencies": {
166166
"@types/node": "18.11.18",
167167
"@types/vscode": "1.74.0",
168+
"@vscode/vsce": "3.2.1",
168169
"chokidar-cli": "3.0.0",
169170
"terser": "5.16.3",
170171
"typescript": "4.9.4"

0 commit comments

Comments
 (0)