-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
completion provider does not work in prerelease version #7676
Comments
@sapsari would you mind setting I'll also say that |
I couldn't see any traces of the referenced dll in the logs for both cases (release and prerelease)
I work within Unity framework, and it uses 3.8 unfortunately |
Thanks! The fix should be available in next weeks prerelease |
fix is available in 2.56.29 |
I have a roslyn completion provider as a roslyn analyzer dll added to the project. It works in the release version, it doesn't work in the prerelease version (see versions below). Its constructor is not called at all, so not sure if dll is loaded or not.
Also have a roslyn diagnostic analyzer as a rosyn analyzer dll, it works in both versions.
Completion provider is located in "D:\Develop\Deneme\deneme-label\Assets\ClassLibraryRoslynCompletion.dll"
Completion provider is a clone of this https://github.com/ardacetinkaya/vs-intellisense-demo
Also completion provider dll references microsoft.codeanalysis.csharp\3.8.0\ and microsoft.codeanalysis.features\3.8.0\
Environment data
dotnet --info
output:VS Code version: Version: 1.94.2 (user setup)
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045
C# Extension version: 2.52.24 (prerelease) and 2.50.27 (release)
C# DevKit: 1.1.14
csproj file:
The text was updated successfully, but these errors were encountered: