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 2222 ],
2323 "contributes" : {
2424 "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+ },
2537 {
2638 "language" : " typescriptreact" ,
2739 "path" : " ./snippets/react-typescript.json"
2840 },
2941 {
3042 "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"
3248 },
3349 {
3450 "language" : " typescriptreact" ,
3551 "path" : " ./snippets/next-typescript.json"
3652 },
3753 {
38- "language" : " javascriptreact " ,
54+ "language" : " javascript " ,
3955 "path" : " ./snippets/next-javascript.json"
4056 }
4157 ]
Original file line number Diff line number Diff line change 88 " };" ,
99 " };"
1010 ],
11- "description" : " Next.js Get Server Side Props Typescript "
11+ "description" : " Next.js Get Server Side Props"
1212 },
1313
1414 "nssg" : {
2020 " };" ,
2121 " };"
2222 ],
23- "description" : " Next.js Get Static Props Typescript "
23+ "description" : " Next.js Get Static Props"
2424 },
2525 "ngsp" : {
2626 "prefix" : " ngsp" ,
You can’t perform that action at this time.
0 commit comments