forked from ionide/FsAutoComplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updat…
…ed Analyzer SDK (ionide#1324) Co-authored-by: Chet Husk <chusk3@gmail.com>
- Loading branch information
1 parent
f38ef84
commit 259d0e0
Showing
19 changed files
with
284 additions
and
262 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,34 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"paket": { | ||
"version": "9.0.1", | ||
"commands": [ | ||
"paket" | ||
], | ||
"rollForward": false | ||
}, | ||
"dotnet-reportgenerator-globaltool": { | ||
"version": "5.3.8", | ||
"commands": [ | ||
"reportgenerator" | ||
], | ||
"rollForward": false | ||
}, | ||
"fantomas": { | ||
"version": "6.3.11", | ||
"commands": [ | ||
"fantomas" | ||
], | ||
"rollForward": false | ||
}, | ||
"fsharp-analyzers": { | ||
"version": "0.27.0", | ||
"commands": [ | ||
"fsharp-analyzers" | ||
], | ||
"rollForward": false | ||
}, | ||
"telplin": { | ||
"version": "0.9.6", | ||
"commands": [ | ||
"telplin" | ||
], | ||
"rollForward": false | ||
}, | ||
"easybuild.commitlinter": { | ||
"version": "1.0.0", | ||
"commands": [ | ||
"commit-linter" | ||
], | ||
"rollForward": false | ||
} | ||
} | ||
} | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"paket": { | ||
"version": "9.0.2", | ||
"commands": [ | ||
"paket" | ||
], | ||
"rollForward": false | ||
}, | ||
"dotnet-reportgenerator-globaltool": { | ||
"version": "5.3.8", | ||
"commands": [ | ||
"reportgenerator" | ||
], | ||
"rollForward": false | ||
}, | ||
"fsharp-analyzers": { | ||
"version": "0.28.0", | ||
"commands": [ | ||
"fsharp-analyzers" | ||
], | ||
"rollForward": false | ||
}, | ||
"telplin": { | ||
"version": "0.9.6", | ||
"commands": [ | ||
"telplin" | ||
], | ||
"rollForward": false | ||
} | ||
} | ||
} |
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ configure.sh text eol=lf | |
*.fs text eol=lf | ||
*.fsi text eol=lf | ||
*.fsx text eol=lf | ||
|
||
*.expected text eol=lf |
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Oops, something went wrong.