Commit Graph

20 Commits

Author SHA1 Message Date
Gaetan Lepage
7611b0cb30 csharp-ls: 0.25.0 -> 0.26.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.25.0...0.26.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.26.0
2026-07-16 21:08:48 +00:00
Gaetan Lepage
5e8c975ae6 csharp-ls: 0.24.0 -> 0.25.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.24.0...0.25.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.25.0
2026-06-12 15:54:41 +00:00
Gaetan Lepage
c3e6608673 csharp-ls: fix changelog
Tracking: https://github.com/NixOS/nixpkgs/issues/514132
2026-05-11 10:04:34 +00:00
Gaetan Lepage
eda058436b csharp-ls: 0.23.0 -> 0.24.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.23.0...0.24.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.24.0
2026-04-16 14:52:28 +00:00
Gaetan Lepage
2047b739a8 csharp-ls: 0.22.0 -> 0.23.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.22.0...0.23.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.23.0
2026-04-08 16:40:05 +00:00
Gaetan Lepage
255f206c65 csharp-ls: 0.21.0 -> 0.22.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.21.0...0.22.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.22.0
2026-02-05 13:24:05 +00:00
Gaetan Lepage
363c996b6d csharp-ls: 0.20.0 -> 0.21.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.20.0...0.21.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.21.0
2026-01-02 20:05:39 +00:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Gaetan Lepage
3bdbbb11fa charp-ls: 0.19.0 -> 0.20.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.19.0...0.20.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.20.0
2025-11-13 10:31:44 +00:00
Gaetan Lepage
e50c883d98 csharp-ls: 0.18.0 -> 0.19.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.18.0...0.19.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.19.0
2025-08-20 13:01:58 +02:00
Gaetan Lepage
1be40ea394 csharp-ls: 0.17.0 -> 0.18.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.17.0...0.18.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.18.0
2025-06-23 09:22:55 +02:00
Gaetan Lepage
4cb775429d csharp-ls: 0.16.0 -> 0.17.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.16.0...0.17.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.17.0
2025-04-30 10:12:28 +02:00
Gaetan Lepage
bfe27cf81c treewide: use a string for versionCheckProgramArg where possible 2025-04-05 14:45:13 +02:00
Peder Bergebakken Sundt
5aba99242e treewide: fix typos in comments
Made with

```shell
git restore .
fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF"
    typos --no-check-filenames --write-changes "$1"
    git diff --exit-code "$1" && exit
    #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1"
    count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )"
    count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )"
    [[ $count1 -ne $count2 ]] && git restore "$1"
EOF
)" -- {}
```

and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch`

I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with.
2025-02-24 10:44:41 +01:00
Gaetan Lepage
4d0095978b csharp-ls: 0.15.0 -> 0.16.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.15.0...0.16.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.16.0
2024-12-25 21:00:00 +01:00
David McFarland
04f1c8b4ea buildDotnetGlobalTool: add default updateScript 2024-12-03 10:29:24 -04:00
David McFarland
97318b96d6 csharp-ls: fix updateScript 2024-11-17 14:19:23 -04:00
Gaetan Lepage
d46f91b13d csharp-ls: 0.14.0 -> 0.15.0
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.14.0...0.15.0

Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.15.0
2024-08-16 08:28:31 +02:00
Gaetan Lepage
36f29a2229 csharp-ls: clean derivation, add testVersion 2024-08-16 08:25:54 +02:00
Gaetan Lepage
ca97ea91ae csharp-ls: move to pkgs/by-name 2024-08-16 08:21:47 +02:00