File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/omnisharp/omnisharpIntegrationTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ describeIfNotRazorOrGenerator(`${OmniSharpDefinitionProvider.name}: ${testAssetW
42
42
expect ( definitionList [ 0 ] . uri . path ) . toContain ( 'typeDefinition.cs' ) ;
43
43
} ) ;
44
44
45
- test ( 'Returns the definition from Metadata' , async ( ) => {
45
+ test . skip ( 'Returns the type definition from Metadata' , async ( ) => {
46
46
const omnisharpConfig = vscode . workspace . getConfiguration ( 'omnisharp' ) ;
47
47
await omnisharpConfig . update ( 'enableDecompilationSupport' , false , vscode . ConfigurationTarget . Global ) ;
48
48
await restartOmniSharpServer ( ) ;
@@ -59,7 +59,7 @@ describeIfNotRazorOrGenerator(`${OmniSharpDefinitionProvider.name}: ${testAssetW
59
59
expect ( definitionList [ 0 ] . uri . path ) . toContain ( '[metadata] String.cs' ) ;
60
60
} ) ;
61
61
62
- test ( 'Returns multiple definitions for partial types' , async ( ) => {
62
+ test ( 'Returns multiple type definitions for partial types' , async ( ) => {
63
63
const definitionList = < vscode . Location [ ] > (
64
64
await vscode . commands . executeCommand (
65
65
'vscode.executeTypeDefinitionProvider' ,
You can’t perform that action at this time.
0 commit comments