File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22
22
],
23
23
"contributes" : {
24
24
"snippets" : [
25
+ {
26
+ "language" : " javascript" ,
27
+ "path" : " ./snippets/react-javascript.json"
28
+ },
29
+ {
30
+ "language" : " javascriptreact" ,
31
+ "path" : " ./snippets/react-javascript.json"
32
+ },
33
+ {
34
+ "language" : " typescript" ,
35
+ "path" : " ./snippets/react-typescript.json"
36
+ },
25
37
{
26
38
"language" : " typescriptreact" ,
27
39
"path" : " ./snippets/react-typescript.json"
28
40
},
29
41
{
30
42
"language" : " javascriptreact" ,
31
- "path" : " ./snippets/react-javascript.json"
43
+ "path" : " ./snippets/next-javascript.json"
44
+ },
45
+ {
46
+ "language" : " typescript" ,
47
+ "path" : " ./snippets/next-typescript.json"
32
48
},
33
49
{
34
50
"language" : " typescriptreact" ,
35
51
"path" : " ./snippets/next-typescript.json"
36
52
},
37
53
{
38
- "language" : " javascriptreact " ,
54
+ "language" : " javascript " ,
39
55
"path" : " ./snippets/next-javascript.json"
40
56
}
41
57
]
Original file line number Diff line number Diff line change 8
8
" };" ,
9
9
" };"
10
10
],
11
- "description" : " Next.js Get Server Side Props Typescript "
11
+ "description" : " Next.js Get Server Side Props"
12
12
},
13
13
14
14
"nssg" : {
20
20
" };" ,
21
21
" };"
22
22
],
23
- "description" : " Next.js Get Static Props Typescript "
23
+ "description" : " Next.js Get Static Props"
24
24
},
25
25
"ngsp" : {
26
26
"prefix" : " ngsp" ,
You can’t perform that action at this time.
0 commit comments