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
VS Code version: 1.12.1
C# Extension version: 1.9.0
Steps to reproduce
dotnet new console
dotnet restore
dotnet build
code .
Required assets to build and debug are missing from 'temp'. Add them? Yes.
Place the cursor inside the Program class definition.
Open the command pallet and type: insert snippet.
Expected behavior
ctor appears in the list of snippets to insert, because ctor is one of the snippets listed in ~\.vscode\extensions\ms-vscode.csharp-1.9.0\snippets\csharp.json on my local machine.
Actual behavior
ctor does not appear in the list of snippets to insert. In the c section we have:
checked
class
cw
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.1)
Product Information:
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
VS Code version: 1.12.1
C# Extension version: 1.9.0
Steps to reproduce
dotnet new console
dotnet restore
dotnet build
code .
Program
class definition.Expected behavior
ctor
appears in the list of snippets to insert, because ctor is one of the snippets listed in~\.vscode\extensions\ms-vscode.csharp-1.9.0\snippets\csharp.json
on my local machine.Actual behavior
ctor
does not appear in the list of snippets to insert. In thec
section we have:The text was updated successfully, but these errors were encountered: