Last active
December 30, 2024 09:11
-
-
Save dahlsailrunner/1765b807940e29951ea6bdfb36cd85dd to your computer and use it in GitHub Desktop.
Revisions
-
dahlsailrunner revised this gist
Dec 6, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,6 +19,6 @@ The following are some notes regarding my setup within VS Code for anyone that i * **Terminal->Integrated: Font Familiy:** ['MesloLGS NF'](https://github.com/fontmgr/MesloLGSNF/tree/main/fonts). I have a [separate gist for Terminal Settings](https://gist.github.com/dahlsailrunner/ec99e195b2a4903748a74df64a1f1a94). ## Extensions * **[Dracula Official](https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula):** This is the color theme I use * **[C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp):** C# tooling for VS Code. * **[vscode-icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)**: This is the theme for all of the file icons seen in the explorer view * **[NuGet Package Manager](https://marketplace.visualstudio.com/items?itemName=jmrog.vscode-nuget-package-manager):** Makes it easy to add package references from command palette. -
dahlsailrunner revised this gist
Dec 6, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The following are some notes regarding my setup within VS Code for anyone that i ``` * **Terminal->Integrated: Font Familiy:** ['MesloLGS NF'](https://github.com/fontmgr/MesloLGSNF/tree/main/fonts). I have a [separate gist for Terminal Settings](https://gist.github.com/dahlsailrunner/ec99e195b2a4903748a74df64a1f1a94). ## Extensions * **[Dracula Official](https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula):** This is the color theme I use * **C#** * **[vscode-icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)**: This is the theme for all of the file icons seen in the explorer view * **[NuGet Package Manager](https://marketplace.visualstudio.com/items?itemName=jmrog.vscode-nuget-package-manager):** Makes it easy to add package references from command palette. -
dahlsailrunner revised this gist
Dec 6, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,3 +21,4 @@ The following are some notes regarding my setup within VS Code for anyone that i * **[Dracula Official](https://draculatheme.com/):** This is the color theme I use * **C#** * **vscode-icons**: This is the theme for all of the file icons seen in the explorer view * **[NuGet Package Manager](https://marketplace.visualstudio.com/items?itemName=jmrog.vscode-nuget-package-manager):** Makes it easy to add package references from command palette. -
dahlsailrunner revised this gist
Dec 5, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The following are some notes regarding my setup within VS Code for anyone that i **/obj **/.idea ``` * **Terminal->Integrated: Font Familiy:** ['MesloLGS NF'](https://github.com/fontmgr/MesloLGSNF/tree/main/fonts). I have a [separate gist for Terminal Settings](https://gist.github.com/dahlsailrunner/ec99e195b2a4903748a74df64a1f1a94). ## Extensions * **[Dracula Official](https://draculatheme.com/):** This is the color theme I use * **C#** -
dahlsailrunner revised this gist
Dec 5, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,8 +10,8 @@ The following are some notes regarding my setup within VS Code for anyone that i **/.git **/.svn **/.vs **/*.sln* **/*.user **/bin **/obj **/.idea -
dahlsailrunner revised this gist
Dec 5, 2021 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ The following are some notes regarding my setup within VS Code for anyone that is curious. ## Settings * **Font:** [Cascadia Code](https://github.com/microsoft/cascadia-code#installation) (with ligatures) * **Theme:** Dracula -- see Extensions below * **Workbench->Tree:Indent:** 20. I like a little more indentation than is default -- it's easier to see diferrent levels / folders * **Files->Exclude:** I omit certain things from the VS Code Explorer to make focusing on the code easier: @@ -18,4 +18,6 @@ The following are some notes regarding my setup within VS Code for anyone that i ``` ## Extensions * **[Dracula Official](https://draculatheme.com/):** This is the color theme I use * **C#** * **vscode-icons**: This is the theme for all of the file icons seen in the explorer view -
dahlsailrunner revised this gist
Dec 5, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The following are some notes regarding my setup within VS Code for anyone that i * **Theme:** Dracula -- see Extensions below * **Workbench->Tree:Indent:** 20. I like a little more indentation than is default -- it's easier to see diferrent levels / folders * **Files->Exclude:** I omit certain things from the VS Code Explorer to make focusing on the code easier: ``` **/.git **/.svn **/.vs @@ -15,6 +15,7 @@ The following are some notes regarding my setup within VS Code for anyone that i **/bin **/obj **/.idea ``` ## Extensions -
dahlsailrunner revised this gist
Dec 5, 2021 . 1 changed file with 14 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,20 @@ # VS Code Notes The following are some notes regarding my setup within VS Code for anyone that is curious. ## Settings * **Font:** Cascadia Code (with ligatures) * **Theme:** Dracula -- see Extensions below * **Workbench->Tree:Indent:** 20. I like a little more indentation than is default -- it's easier to see diferrent levels / folders * **Files->Exclude:** I omit certain things from the VS Code Explorer to make focusing on the code easier: **/.git **/.svn **/.vs **/\*.sln\* **/\*.user **/bin **/obj **/.idea ## Extensions -
dahlsailrunner revised this gist
Dec 5, 2021 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ # VS Code Notes ## Settings ## Extensions -
dahlsailrunner created this gist
Dec 5, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Settings # Extensions