Skip to content

Commit

Permalink
small config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
almibe committed Jan 13, 2023
1 parent e286efb commit a5b1678
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bin/
obj/
*.fs.js
.fake
*.trx
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"FSharp.inlayHints.typeAnnotations": false,
"FSharp.inlayHints.parameterNames": false,
"FSharp.inlayHints.enabled": false
}
7 changes: 7 additions & 0 deletions ligature-fs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "LigatureHttp", "src\Ligatur
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LigatureDesktop", "src\LigatureDesktop\LigatureDesktop.csproj", "{9FE5AA3C-B29C-4EFD-B8A0-E8FE27DCDA37}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Ligature.Test", "src\LigatureInMemory.Test\Ligature.Test.fsproj", "{2F2C34C9-70CD-4C8D-BF75-B30CF32992AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -58,6 +60,10 @@ Global
{9FE5AA3C-B29C-4EFD-B8A0-E8FE27DCDA37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE5AA3C-B29C-4EFD-B8A0-E8FE27DCDA37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE5AA3C-B29C-4EFD-B8A0-E8FE27DCDA37}.Release|Any CPU.Build.0 = Release|Any CPU
{2F2C34C9-70CD-4C8D-BF75-B30CF32992AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F2C34C9-70CD-4C8D-BF75-B30CF32992AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F2C34C9-70CD-4C8D-BF75-B30CF32992AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F2C34C9-70CD-4C8D-BF75-B30CF32992AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CF42B149-3EAC-4A42-BDDF-B58EDDDDE672} = {7E31C1C4-8478-4855-8C0C-81750BA7FA7E}
Expand All @@ -68,5 +74,6 @@ Global
{3E94D9FE-6A5A-48D3-B626-CB990E8A759A} = {7E31C1C4-8478-4855-8C0C-81750BA7FA7E}
{03FB4619-9A16-4696-9E15-0C6803CB9BFF} = {7E31C1C4-8478-4855-8C0C-81750BA7FA7E}
{9FE5AA3C-B29C-4EFD-B8A0-E8FE27DCDA37} = {7E31C1C4-8478-4855-8C0C-81750BA7FA7E}
{2F2C34C9-70CD-4C8D-BF75-B30CF32992AB} = {7E31C1C4-8478-4855-8C0C-81750BA7FA7E}
EndGlobalSection
EndGlobal

0 comments on commit a5b1678

Please sign in to comment.