File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -437,6 +437,7 @@ export class RoslynLanguageServer {
437
437
_channel . appendLine ( `Starting server at ${ serverPath } ` ) ;
438
438
}
439
439
440
+ // shouldn't this arg only be set if it's running with CSDevKit?
440
441
args . push ( "--telemetryLevel" , this . telemetryReporter . telemetryLevel ) ;
441
442
442
443
let childProcess : cp . ChildProcessWithoutNullStreams ;
@@ -528,9 +529,6 @@ export class RoslynLanguageServer {
528
529
529
530
const extensionPaths = options . languageServerOptions . extensionsPaths || [ this . getLanguageServicesDevKitComponentPath ( exports ) ] ;
530
531
531
- // required for the telemetry service to work
532
- await exports . writeCommonPropsAsync ( this . context ) ;
533
-
534
532
let args : string [ ] = [ ] ;
535
533
536
534
for ( const extensionPath of extensionPaths ) {
You can’t perform that action at this time.
0 commit comments