You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/other/credit.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ See more info below.
10
10
## Hello World sample
11
11
12
12
- Source: [Hello World test sample](https://github.com/microsoft/vscode-extension-samples/tree/master/helloworld-test-sample) project
13
-
-This project started off as an extension based on the VS Code test sample. It was just hello world and didn't help with my flow, so I got rid of the code in later tags.
13
+
-My project started off as an extension based on this VS Code test sample. It was just hello world and didn't help with my flow, so I got rid of the code in later tags.
14
14
15
15
16
16
## Git Semantic Commit
@@ -39,5 +39,5 @@ Note that a "semantic commit" message is the same as a "conventional commit" mes
39
39
- Cleaner `for` loop logic
40
40
- I found the original hard to work on because of how it uses an old-style `for` loop and `i` variable.
41
41
- I found using `.split` with a regex pattern was much simpler.
42
-
-Added TS types (essential for my project to run).
42
+
-Add TS types (essential for my project to run).
43
43
- Add `git diff-index` support - see [status vs diff-index](/docs/development/status-vs-diff-index.md) doc.
0 commit comments