Skip to content

Commit 88e18ef

Browse files
committed
ignore errors
1 parent 35bab36 commit 88e18ef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"host": "visualstudio",
3+
"expectederrors": [
4+
{
5+
"file": "samples/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.DataGridView.VirtualMode/CPP/virtualmode.cpp",
6+
"error": "ERROR: Project missing. A project (and optionally a solution file) must be in this directory or one of the parent directories to validate and build this code."
7+
},
8+
{
9+
"file": "samples/snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.DataGridView.VirtualMode/CS/virtualmode.cs",
10+
"error": "ERROR: Project missing. A project (and optionally a solution file) must be in this directory or one of the parent directories to validate and build this code."
11+
},
12+
{
13+
"file": "samples/snippets/visualbasic/VS_Snippets_Winforms/System.Windows.Forms.DataGridView.VirtualMode/VB/virtualmode.vb",
14+
"error": "ERROR: Project missing. A project (and optionally a solution file) must be in this directory or one of the parent directories to validate and build this code."
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)