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
No workaround that I know of unfortunately - however we expect this to be fixed in the next release (most likely next week). I can also share a dev build in the next day or so with the fix if you'd like.
Just realized this is release channel version - this is a duplicate of #5801
We haven't made any changes to the O# extension recently, here so I'm guessing that a vscode update changed behavior. Investigation will continue in the linked issue.
Issue Description
My settings for suggestions are set to
insert
. When using this plugin, text is replaced."editor.suggest.insertMode": "insert",
Steps to Reproduce
Place your cursor before the
await
and try to add a variable declaration e.g.var result = await ...
Expected Behavior
I expect to be able to place my cursor before the
a
and typeva
+tab
without theawait
being replaced.Actual Behavior
The
await
is repaced giving me an unexpected resultLogs
OmniSharp log
C# log
Environment information
VSCode version: 1.79.1
C# Extension: 1.25.9
Mono Information
OmniSharp using mono: 6.12.0Dotnet Information
.NET SDK: Version: 7.0.302 Commit: 990cf98a27Runtime Environment:
OS Name: Mac OS X
OS Version: 13.3
OS Platform: Darwin
RID: osx.13-x64
Base Path: /Users/steveoh/.dotnet/sdk/7.0.302/
Host:
Version: 7.0.5
Architecture: x64
Commit: 8042d61b17
.NET SDKs installed:
2.1.816 [/Users/steveoh/.dotnet/sdk]
3.1.409 [/Users/steveoh/.dotnet/sdk]
3.1.410 [/Users/steveoh/.dotnet/sdk]
3.1.411 [/Users/steveoh/.dotnet/sdk]
5.0.205 [/Users/steveoh/.dotnet/sdk]
5.0.207 [/Users/steveoh/.dotnet/sdk]
5.0.208 [/Users/steveoh/.dotnet/sdk]
5.0.300 [/Users/steveoh/.dotnet/sdk]
5.0.301 [/Users/steveoh/.dotnet/sdk]
5.0.400 [/Users/steveoh/.dotnet/sdk]
6.0.100-rc.2.21505.57 [/Users/steveoh/.dotnet/sdk]
6.0.100 [/Users/steveoh/.dotnet/sdk]
6.0.101 [/Users/steveoh/.dotnet/sdk]
6.0.102 [/Users/steveoh/.dotnet/sdk]
7.0.102 [/Users/steveoh/.dotnet/sdk]
7.0.202 [/Users/steveoh/.dotnet/sdk]
7.0.302 [/Users/steveoh/.dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.All 2.1.28 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.28 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.15 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.16 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.17 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.6 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.7 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.8 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.9 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.10 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.11 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.0-rc.2.21480.10 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.0 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.1 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.2 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.2 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.4 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.5 [/Users/steveoh/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.28 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.15 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.16 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.17 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.6 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.7 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.8 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.9 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.10 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.11 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.0-rc.2.21480.5 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.0 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.1 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.2 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.2 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.4 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.5 [/Users/steveoh/.dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
DOTNET_ROOT [/Users/steveoh/.dotnet]
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: