File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed
Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 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/ >
Original file line number Diff line number Diff line change 2222
2323- task : NodeTool@0
2424 inputs :
25- versionSpec : ' 16 .x'
25+ versionSpec : ' 20 .x'
2626 displayName : ' Install Node.js'
2727
2828- bash : |
You can’t perform that action at this time.
0 commit comments