File tree Expand file tree Collapse file tree 1 file changed +31
-5
lines changed
Expand file tree Collapse file tree 1 file changed +31
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "id" : " i-am-awesome" ,
3- "version" : " 0.1.0" ,
4- "name" : " I am awesome" ,
5- "documentationURL" : " https://github.com/octocat/i-am-awesome#readme" ,
6- "options" : {}
2+ "name" : " Deno" ,
3+ "id" : " deno" ,
4+ "version" : " 1.0.1" ,
5+ "description" : " Installs Deno" ,
6+ "options" : {
7+ "version" : {
8+ "type" : " string" ,
9+ "proposals" : [
10+ " latest" ,
11+ " none" ,
12+ " 1.27.0" ,
13+ " 1.26.2" ,
14+ " 1.25.4" ,
15+ " 1.24.3"
16+ ],
17+ "default" : " latest" ,
18+ "description" : " Select or enter a Deno version to install"
19+ }
20+ },
21+ "customizations" : {
22+ "vscode" : {
23+ "settings" : {
24+ "deno.enable" : true ,
25+ "deno.lint" : true ,
26+ "editor.defaultFormatter" : " denoland.vscode-deno"
27+ },
28+ "extensions" : [
29+ " denoland.vscode-deno"
30+ ]
31+ }
32+ }
733}
You can’t perform that action at this time.
0 commit comments