Skip to content

Commit 5cfa71d

Browse files
authored
Fix commas in pylance.ts json (#19718)
1 parent 1bbe377 commit 5cfa71d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/client/telemetry/pylance.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,21 +303,21 @@
303303
"completefunctionparens" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
304304
"disableworkspacesymbol" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
305305
"enableextractcodeaction" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
306-
"formatontype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
306+
"formatontype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
307307
"functionReturnInlayTypeHints" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
308308
"hasconfigfile" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
309309
"hasextrapaths" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
310-
"importformat" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
310+
"importformat" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
311311
"indexing" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
312-
"lspinteractivewindows" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
313-
"lspnotebooks" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
312+
"lspinteractivewindows" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
313+
"lspnotebooks" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
314314
"openfilesonly" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
315315
"typecheckingmode" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
316316
"useimportheuristic" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
317317
"uselibrarycodefortypes" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
318318
"variableinlaytypehints" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
319319
"watchforlibrarychanges" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
320-
"workspacecount" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
320+
"workspacecount" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
321321
}
322322
*/
323323
/* __GDPR__

0 commit comments

Comments
 (0)