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
4242 expect ( definitionList [ 0 ] . uri . path ) . toContain ( 'typeDefinition.cs' ) ;
4343 } ) ;
4444
45- test ( 'Returns the definition from Metadata' , async ( ) => {
45+ test . skip ( 'Returns the type definition from Metadata' , async ( ) => {
4646 const omnisharpConfig = vscode . workspace . getConfiguration ( 'omnisharp' ) ;
4747 await omnisharpConfig . update ( 'enableDecompilationSupport' , false , vscode . ConfigurationTarget . Global ) ;
4848 await restartOmniSharpServer ( ) ;
@@ -59,7 +59,7 @@ describeIfNotRazorOrGenerator(`${OmniSharpDefinitionProvider.name}: ${testAssetW
5959 expect ( definitionList [ 0 ] . uri . path ) . toContain ( '[metadata] String.cs' ) ;
6060 } ) ;
6161
62- test ( 'Returns multiple definitions for partial types' , async ( ) => {
62+ test ( 'Returns multiple type definitions for partial types' , async ( ) => {
6363 const definitionList = < vscode . Location [ ] > (
6464 await vscode . commands . executeCommand (
6565 'vscode.executeTypeDefinitionProvider' ,
You can’t perform that action at this time.
0 commit comments