Fix typo and add VS Code Workspace.
This commit is contained in:
8
Projet FeedReader.code-workspace
Normal file
8
Projet FeedReader.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"xkcd" : {
|
"xkcd" : {
|
||||||
"rss" : "https://xkcd.com/rss.xml",
|
"rss" : "https://xkcd.com/rss.xml",
|
||||||
"website" : "https://xkcd.com/",
|
"website" : "https://xkcd.com/"
|
||||||
},
|
},
|
||||||
"css-tricks" : {
|
"css-tricks" : {
|
||||||
"rss" : "https://css-tricks.com/feed/?post_type=newsletters",
|
"rss" : "https://css-tricks.com/feed/?post_type=newsletters",
|
||||||
|
Reference in New Issue
Block a user