-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ignore warn on debug * global.json nonsense * Transparent compiler changes * formatting * Fixing snapshots/caching * prototype adaptive snapshotting * Cleanup adaptive snapshots * Much refactoring snapshot tests * Much refactoring snapshot tests * Add adaptive snapshots to lsp server * Make source to snapshot lookup adaptive * workspace cleanups * Fixup much stuff * More cleanups * undo some project selection and fix onsave checks * Ensure project reloads happen correctly * Enable all tests * formatting * formatting * fix path normalization issues * fix stacktraces when adaptive has failures * fix normalization issues * fixup stacktrackes * fixup tests * Add OTel to tests * formatting * remove future expecto features * handle CI failures for file tests * Maybe make tests work on nix * fixing tests part 302 * fixing tests part 303 * fixing tests part 304 * fixing tests part 305 * get more logging in github actions * fixing tests part 306 * fixing tests part 307 * fixing tests part 308 * cleanup * refactoring * Add OTel to projectworkspace * add description to emptyfiletests * add retry to cursorbased tests * fix focustest helpers * add telplin * fix otel readme docs * Make background/transparent compiler switchable * Up timeout again * Split up tests * Retry workspace loader tests * skip flakey test * disable projectgraph tests for perf reasons * Fix description of transparent compiler flag * cleanup dead code * Comment project workspace more * revert fsproj change * Update src/FsAutoComplete.Core/AdaptiveExtensions.fs Co-authored-by: Chet Husk <[email protected]> * Update Directory.Build.props Co-authored-by: Chet Husk <[email protected]> * Remove nowarn since it's in pojectfile now * Remove redundant normalize call * Add noequality no comparison --------- Co-authored-by: Chet Husk <[email protected]>
- Loading branch information
1 parent
1341352
commit c5a5812
Showing
57 changed files
with
2,484 additions
and
808 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 |
---|---|---|
|
@@ -25,6 +25,12 @@ | |
"commands": [ | ||
"fsharp-analyzers" | ||
] | ||
}, | ||
"telplin": { | ||
"version": "0.9.6", | ||
"commands": [ | ||
"telplin" | ||
] | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.400", | ||
"rollForward": "major", | ||
"rollForward": "latestMajor", | ||
"allowPrerelease": true | ||
} | ||
} | ||
} |
Oops, something went wrong.