From 3f5513cbf327ffadd4a7c0fb790a405cb2e6135a Mon Sep 17 00:00:00 2001 From: Cookie419$ Date: Thu, 10 Sep 2020 19:47:45 -0400 Subject: [PATCH 1/9] Update index.html Had to redo too many mistakes. --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index e15d89a..948fb8d 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,23 @@ +

Hello Git World!

+
+

Working with git is easy!

+
+

Author: Cookie Chung-Colon

+
+

Taking a look at commit shas'!

+
+
Taking a look at commit shas'!
+
+

Added from GitHub!

+
+ +
+

Added from GitHub! This is important!

+
From 323a75760d4f5c5b66c394a709dd915243935030 Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Mon, 14 Sep 2020 19:06:25 -0400 Subject: [PATCH 2/9] Updated- index.html Had to redo too many mistakes. No other choice. Restarted. --- GitGitHubMasterlcass--2 | 1 + index.html | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 160000 GitGitHubMasterlcass--2 diff --git a/GitGitHubMasterlcass--2 b/GitGitHubMasterlcass--2 new file mode 160000 index 0000000..d998dea --- /dev/null +++ b/GitGitHubMasterlcass--2 @@ -0,0 +1 @@ +Subproject commit d998dea97f5c558a0068a9a461b5a6bffea725a2 diff --git a/index.html b/index.html index e15d89a..78600ed 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,23 @@ - +

Hello Git World!

+
+

Working with git is easy!

+
+

Author: Cookie Chung-Colon

+
+

Taking a look at commit shas'!

+
+
Taking a look at commit shas'!
+
+

Added from GitHub!

+
+ + +
+

Added from GitHub! This is important!

+
From 110fd35ab6304f7447e2c2eeaae2cc0189062869 Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Tue, 15 Sep 2020 16:59:04 -0400 Subject: [PATCH 3/9] Added chrome browser to vscode Browser added --- .vscode/launch.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..5ca3551 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,35 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "browser-preview", + "request": "attach", + "name": "Browser Preview: Attach" + }, + + { + "name": "Launch Chrome", + "request": "launch", + "type": "pwa-chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + + + { + "type": "pwa-chrome", + "request": "launch", + "name": "Open index.html", + "file": "c:\\Users\\Eralda Chung-Colon\\desktop\\GitGithubmasterclass\\GitGithubMasterlcass--2\\index.html" + } + ] +}{ + "version": "0.1.0", + "command": "Chrome", + "windows": { + "command": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" + }, + "args": ["${file}"] +} \ No newline at end of file From 4be1c77e174bd6a84434d832636465b142803944 Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Tue, 15 Sep 2020 17:02:11 -0400 Subject: [PATCH 4/9] saved. --- .vscode/launch.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5ca3551..4f526fd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,18 +6,23 @@ "configurations": [ { "type": "browser-preview", - "request": "attach", - "name": "Browser Preview: Attach" + "request": "launch", + "name": "Browser Preview: Launch", + "url": "http://localhost:3000" }, - { + { "name": "Launch Chrome", "request": "launch", "type": "pwa-chrome", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" + }, + + + { "type": "pwa-chrome", "request": "launch", From f0bcfe0413c69f1575df1dd6d26a86a17833ee98 Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Tue, 15 Sep 2020 17:03:59 -0400 Subject: [PATCH 5/9] Submodule deleted. --- GitGitHubMasterlcass--2 | 1 - 1 file changed, 1 deletion(-) delete mode 160000 GitGitHubMasterlcass--2 diff --git a/GitGitHubMasterlcass--2 b/GitGitHubMasterlcass--2 deleted file mode 160000 index d998dea..0000000 --- a/GitGitHubMasterlcass--2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d998dea97f5c558a0068a9a461b5a6bffea725a2 From 678e8d6dc5fbf52b5919e4f59b25769debc78b1a Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Sun, 27 Sep 2020 17:32:30 -0400 Subject: [PATCH 6/9] launch .json file in vs code. --- .vscode/launch.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4f526fd..707127c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,17 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + + { + "name": "Attach", + "port": 9229, + "request": "attach", + "skipFiles": [ + "/**" + ], + "type": "pwa-node" + }, + { "type": "browser-preview", "request": "launch", @@ -37,4 +48,14 @@ "command": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" }, "args": ["${file}"] -} \ No newline at end of file +} + +{ + "type": "jshint", + "request": "launch", + "name": "jshint", + "file": "c:\\Users\\Eralda Chung-Colon\\desktop\\GitGithubMasterclass\\GitGithubMasterclass--2\\index.html" +} + + + From 4373b10eb60bb84aca81915b1de8307ffd4587c1 Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Sun, 27 Sep 2020 17:33:51 -0400 Subject: [PATCH 7/9] npm launch -g js hint for vsc adding a module. --- .markdownlint.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..191c87c --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1 @@ +npm install -gjshint \ No newline at end of file From 9b93b2b155564f71cfe61153afed188f5536856e Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Sun, 27 Sep 2020 17:34:51 -0400 Subject: [PATCH 8/9] markdown lint.json --- .markdownlint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index 191c87c..9bc1780 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1 +1 @@ -npm install -gjshint \ No newline at end of file +npm install -g jshint \ No newline at end of file From 71741ed2f6d407f81ea852627c96b3d60549bbdf Mon Sep 17 00:00:00 2001 From: Cookie419 Date: Sun, 27 Sep 2020 17:36:39 -0400 Subject: [PATCH 9/9] markdown js.lint modified. --- .markdownlint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index 9bc1780..6cd3aed 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1 +1 @@ -npm install -g jshint \ No newline at end of file +npm install -g js hint \ No newline at end of file