File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
type : string
9
9
nodejs :
10
10
required : false
11
- default : " 18 .x"
11
+ default : " 20 .x"
12
12
type : string
13
13
code_type :
14
14
required : false
Original file line number Diff line number Diff line change 37
37
38
38
### Requirements
39
39
40
- | NodeJS | Visual Studio Code | Operating System |
41
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
42
- | <table style =" text-align :center ;" > <tr ><th >18.x.x</th ><th >LTS</th ><th >Latest</th ></tr ><tr ><td >✅</td ><td >❓</td ><td >❓</td ></tr ><tr ><td colspan =" 3 " >❓ Best-effort</td ></tr > </table > | <table style =" text-align :center ;" > <tr ><th >min</th ><th >-</th ><th >max</th ></tr ><tr ><td >1.88.x</td ><td >1.89.x</td ><td >1.90.x</td ></tr > </table > | <table style =" text-align :center ;" > <tr ><th >Linux</th ><th >Windows</th ><th >macOS</th ></tr ><tr ><td >✅</td ><td >✅</td ><td >⚠️</td ></tr ><tr ><td colspan =" 3 " >⚠️ [ Known Issues] ( KNOWN_ISSUES.md#macos-known-limitations-of-native-objects ) </td ></tr > </table > |
40
+ | NodeJS | Visual Studio Code | Operating System |
41
+ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
42
+ | <table style =" text-align :center ;" > <tr ><th >18.x.x</th ><th >20.x.x</ th >< th > LTS</th ><th >Latest</th ></tr ><tr ><td >✅</td ><td >✅</ td >< td > ❓</td ><td >❓</td ></tr ><tr ><td colspan =" 4 " >❓ Best-effort</td ></tr > </table > | <table style =" text-align :center ;" > <tr ><th >min</th ><th >-</th ><th >max</th ></tr ><tr ><td >1.88.x</td ><td >1.89.x</td ><td >1.90.x</td ></tr > </table > | <table style =" text-align :center ;" > <tr ><th >Linux</th ><th >Windows</th ><th >macOS</th ></tr ><tr ><td >✅</td ><td >✅</td ><td >⚠️</td ></tr ><tr ><td colspan =" 3 " >⚠️ [ Known Issues] ( KNOWN_ISSUES.md#macos-known-limitations-of-native-objects ) </td ></tr > </table > |
43
43
44
44
#### NodeJS Support Policy
45
45
Original file line number Diff line number Diff line change 54
54
"supportedVersions" : {
55
55
"vscode-min" : " 1.88.1" ,
56
56
"vscode-max" : " 1.90.0" ,
57
- "nodejs" : " 18 "
57
+ "nodejs" : " 20 "
58
58
},
59
59
"dependencies" : {
60
60
"@redhat-developer/locators" : " ^1.1.1" ,
You can’t perform that action at this time.
0 commit comments