File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ export interface LanguageServerOptions {
74
74
readonly extensionsPaths : string [ ] | null ;
75
75
readonly preferCSharpExtension : boolean ;
76
76
readonly startTimeout : number ;
77
- readonly preferCSharpExtension : boolean ;
78
77
readonly crashDumpPath : string | undefined ;
79
78
}
80
79
@@ -387,9 +386,6 @@ class LanguageServerOptionsImpl implements LanguageServerOptions {
387
386
public get startTimeout ( ) {
388
387
return readOption < number > ( 'dotnet.server.startTimeout' , 30000 ) ;
389
388
}
390
- public get preferCSharpExtension ( ) {
391
- return readOption < boolean > ( 'dotnet.preferCSharpExtension' , false ) ;
392
- }
393
389
public get crashDumpPath ( ) {
394
390
return readOption < string | undefined > ( 'dotnet.server.crashDumpPath' , undefined ) ;
395
391
}
You can’t perform that action at this time.
0 commit comments