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
{{ message }}
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.
Environment data
dotnet --info
output:VS Code version:
C# Extension version:
C# for Visual Studio Code (powered by OmniSharp) 1.14.0
C# Extensions 1.3.0
Steps to reproduce
step1:
![step1](https://github.com/fjqingyou/issuImages/blob/master/omnisharp-vscode/already%20exists%20class%20file/QQ20180416-101754.png?raw=true)
I Test class have a Test Method, MyTest
Mac OS system, have a ”New C# Class" menu, click it
step2:
![step1](https://github.com/fjqingyou/issuImages/blob/master/omnisharp-vscode/already%20exists%20class%20file/QQ20180416-101821.png?raw=true)
vscode show a new file name inputbox, input a existed class name
step3:
![step1](https://github.com/fjqingyou/issuImages/blob/master/omnisharp-vscode/already%20exists%20class%20file/QQ20180416-101838.png?raw=true)
press "enter" key , old Test.cs code been Erase
Expected behavior
if existed input name class file, show confirm replace view or intercept it input
Actual behavior
direct replace old file
The text was updated successfully, but these errors were encountered: