From b1b8c09f3368db441ac467f7d56ea61cabc7801e Mon Sep 17 00:00:00 2001 From: Adam Zakrzewski <64923352+adamzakrzewski9@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:12:18 +0000 Subject: [PATCH 1/6] practice --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7e8a587..d8ee390 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,6 @@ "files.autoSave": "afterDelay", "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, - "workbench.activityBar.visible": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true From 83678e87c4d35711a5110e65ef0dfb01a5ab7d7d Mon Sep 17 00:00:00 2001 From: Adam Zakrzewski <64923352+adamzakrzewski9@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:36:28 -0400 Subject: [PATCH 2/6] settings change --- .vscode/settings.json | 45 +++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7e8a587..ca20f95 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,24 +1,23 @@ { - "editor.bracketPairColorization.enabled": true, - "editor.cursorBlinking": "solid", - "editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace", - "editor.fontLigatures": false, - "editor.fontSize": 22, - "editor.formatOnPaste": true, - "editor.formatOnSave": true, - "editor.lineNumbers": "on", - "editor.matchBrackets": "always", - "editor.minimap.enabled": false, - "editor.smoothScrolling": true, - "editor.tabSize": 2, - "editor.useTabStops": true, - "emmet.triggerExpansionOnTab": true, - "explorer.openEditors.visible": 0, - "files.autoSave": "afterDelay", - "screencastMode.onlyKeyboardShortcuts": true, - "terminal.integrated.fontSize": 18, - "workbench.activityBar.visible": true, - "workbench.colorTheme": "Visual Studio Dark", - "workbench.fontAliasing": "antialiased", - "workbench.statusBar.visible": true - } \ No newline at end of file + "editor.bracketPairColorization.enabled": true, + "editor.cursorBlinking": "solid", + "editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace", + "editor.fontLigatures": false, + "editor.fontSize": 22, + "editor.formatOnPaste": true, + "editor.formatOnSave": true, + "editor.lineNumbers": "on", + "editor.matchBrackets": "always", + "editor.minimap.enabled": false, + "editor.smoothScrolling": true, + "editor.tabSize": 2, + "editor.useTabStops": true, + "emmet.triggerExpansionOnTab": true, + "explorer.openEditors.visible": 0, + "files.autoSave": "afterDelay", + "screencastMode.onlyKeyboardShortcuts": true, + "terminal.integrated.fontSize": 18, + "workbench.colorTheme": "Visual Studio Dark", + "workbench.fontAliasing": "antialiased", + "workbench.statusBar.visible": true +} From bd8930b425b3cf21606e205eefbc2c7d0cd72e24 Mon Sep 17 00:00:00 2001 From: Adam Zakrzewski <64923352+adamzakrzewski9@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:25:43 +0000 Subject: [PATCH 3/6] vim training lesson --- Exercise Files/new.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Exercise Files/new.txt diff --git a/Exercise Files/new.txt b/Exercise Files/new.txt new file mode 100644 index 0000000..e6031c0 --- /dev/null +++ b/Exercise Files/new.txt @@ -0,0 +1,2 @@ +Sphinx of black quartz, judge my vow +The quick brown fox jumps over the lazy dog From 99f1cd32554192284b68863681592efb944008c4 Mon Sep 17 00:00:00 2001 From: Adam Zakrzewski <64923352+adamzakrzewski9@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:31:17 +0000 Subject: [PATCH 4/6] update --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7e8a587..d8ee390 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,6 @@ "files.autoSave": "afterDelay", "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, - "workbench.activityBar.visible": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true From 0969986992060bd9ebf6c8ab48ddd17648dad94f Mon Sep 17 00:00:00 2001 From: Adam Zakrzewski <64923352+adamzakrzewski9@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:37:31 -0400 Subject: [PATCH 5/6] commit 10-16 --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7e8a587..d8ee390 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,6 @@ "files.autoSave": "afterDelay", "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, - "workbench.activityBar.visible": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true From 01053f4bb1ae0d630b6db4d38f3c78dde6d3e903 Mon Sep 17 00:00:00 2001 From: Adam Zakrzewski <64923352+adamzakrzewski9@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:31:17 +0000 Subject: [PATCH 6/6] oct 16 --- .vscode/settings.json | 47 +++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d8ee390..b4ef75f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,23 +1,26 @@ { - "editor.bracketPairColorization.enabled": true, - "editor.cursorBlinking": "solid", - "editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace", - "editor.fontLigatures": false, - "editor.fontSize": 22, - "editor.formatOnPaste": true, - "editor.formatOnSave": true, - "editor.lineNumbers": "on", - "editor.matchBrackets": "always", - "editor.minimap.enabled": false, - "editor.smoothScrolling": true, - "editor.tabSize": 2, - "editor.useTabStops": true, - "emmet.triggerExpansionOnTab": true, - "explorer.openEditors.visible": 0, - "files.autoSave": "afterDelay", - "screencastMode.onlyKeyboardShortcuts": true, - "terminal.integrated.fontSize": 18, - "workbench.colorTheme": "Visual Studio Dark", - "workbench.fontAliasing": "antialiased", - "workbench.statusBar.visible": true - } \ No newline at end of file + "editor.bracketPairColorization.enabled": true, + "editor.cursorBlinking": "solid", + "editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace", + "editor.fontLigatures": false, + "editor.fontSize": 22, + "editor.formatOnPaste": true, + "editor.formatOnSave": true, + "editor.lineNumbers": "on", + "editor.matchBrackets": "always", + "editor.minimap.enabled": false, + "editor.smoothScrolling": true, + "editor.tabSize": 2, + "editor.useTabStops": true, + "emmet.triggerExpansionOnTab": true, + "explorer.openEditors.visible": 0, + "files.autoSave": "afterDelay", + "screencastMode.onlyKeyboardShortcuts": true, + "terminal.integrated.fontSize": 18, + "workbench.colorTheme": "Visual Studio Dark", + "workbench.fontAliasing": "antialiased", + "workbench.statusBar.visible": true, + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file