Skip to content

Instantly share code, notes, and snippets.

@dahlsailrunner
Last active December 30, 2024 09:11
Show Gist options
  • Save dahlsailrunner/1765b807940e29951ea6bdfb36cd85dd to your computer and use it in GitHub Desktop.
Save dahlsailrunner/1765b807940e29951ea6bdfb36cd85dd to your computer and use it in GitHub Desktop.

Revisions

  1. dahlsailrunner revised this gist Dec 6, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode.md
    Original 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#**
    * **[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.
  2. dahlsailrunner revised this gist Dec 6, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vscode.md
    Original 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://draculatheme.com/):** This is the color theme I use
    * **[Dracula Official](https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula):** 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
    * **[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.
  3. dahlsailrunner revised this gist Dec 6, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vscode.md
    Original 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.
  4. dahlsailrunner revised this gist Dec 5, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode.md
    Original 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#**
  5. dahlsailrunner revised this gist Dec 5, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vscode.md
    Original 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
    **/*.sln*
    **/*.user
    **/bin
    **/obj
    **/.idea
  6. dahlsailrunner revised this gist Dec 5, 2021. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions vscode.md
    Original 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 (with ligatures)
    * **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
  7. dahlsailrunner revised this gist Dec 5, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vscode.md
    Original 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

  8. dahlsailrunner revised this gist Dec 5, 2021. 1 changed file with 14 additions and 2 deletions.
    16 changes: 14 additions & 2 deletions vscode.md
    Original 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

  9. dahlsailrunner revised this gist Dec 5, 2021. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions vscode.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    # Settings
    # VS Code Notes

    ## Settings


    # Extensions

    ## Extensions

  10. dahlsailrunner created this gist Dec 5, 2021.
    6 changes: 6 additions & 0 deletions vscode.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Settings



    # Extensions