You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-extension/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,12 @@ All notable changes to the "ilspy-vscode" extension will be documented in this f
5
5
## 0.24.0
6
6
7
7
- Allow to export assemblies as full .NET projects to file system (thanks to [@k-o-n-t-o-r](https://github.com/k-o-n-t-o-r))
8
-
-Introdude ILSpy-specific Language Model Tools allowing to use ILSpy analysis and decompilation in VSCode chats with agents
8
+
-Introduce ILSpy-specific Language Model Tools allowing to use ILSpy analysis and decompilation in VSCode chats with agents
9
9
- Fix: Assembly list allowed to "reload" or "unload" assembly files inside of NuGet packages, which makes no sense
10
10
- Fix: NuGet packages could not be reloaded or removed from assembly list
11
11
- Fix: Empty assembly list if one of added assemblies doesn't exist anymore
12
12
- Upgrade to ICSharpCode.Decompiler 10.0 (see release notes for [ILSpy 10.0](https://github.com/icsharpcode/ILSpy/releases/tag/v10.0) to get more details)
0 commit comments