Skip to content

Commit d26fc3c

Browse files
committed
chore: update azure pipeline node version
1 parent e583367 commit d26fc3c

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

DEVELOP.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
# Develop
22

3-
## Todo
4-
5-
### Plugin Configuration
3+
## Requirements
64

7-
|key|default|description|
8-
|---|---|---|
9-
|sort|true||
10-
|ignore|||
11-
|maxDepth|Number.MAX_VALUE||
12-
|charset|||
5+
- Node.js v20+
6+
- Yarn v1
137

14-
### Improve webview
15-
16-
or use [virtual document](https://code.visualstudio.com/api/extension-guides/virtual-documents)?
8+
## Todo
179

18-
### i18n
10+
- Improve webview, or use [virtual document](https://code.visualstudio.com/api/extension-guides/virtual-documents)?
1911

20-
## VS Code Reference
12+
## VsCode Extension Help
2113

2214
- [api reference](https://code.visualstudio.com/api/references/vscode-api#Uri)
2315
- [`when` clause context](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts)
2416
- [`menu` group types](https://code.visualstudio.com/api/references/contribution-points#Sorting-of-groups)
2517

26-
## Other Reference
18+
## Reference
2719

2820
- <https://en.wikipedia.org/wiki/Tree_(command)>
2921
- <https://www.geeksforgeeks.org/tree-command-unixlinux/>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222

2323
- task: NodeTool@0
2424
inputs:
25-
versionSpec: '16.x'
25+
versionSpec: '20.x'
2626
displayName: 'Install Node.js'
2727

2828
- bash: |

0 commit comments

Comments
 (0)