We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d1df4 + d73c4ed commit e3d4214Copy full SHA for e3d4214
2 files changed
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Install Node.js
91
uses: actions/setup-node@v4
92
with:
93
- node-version: 18
+ node-version: 20
94
95
- name: Install Dependencies
96
run: cd vsix && npm install
vsix/package.json
@@ -4,6 +4,11 @@
4
"description": "LSP client for docgraph documentation modeling tool",
5
"version": "0.2.0",
6
"publisher": "sonesuke",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/sonesuke/docgraph"
10
+ },
11
+ "license": "MIT",
12
"engines": {
13
"vscode": "^1.75.0"
14
},
0 commit comments