You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove MPLS support from the extension
* Remove MPLS settings and migrate some settings
* Fix for tests
* Remove more settings
* Address review comments.
* Cleanup .eslintignore
* Move updating settings to diagnostics
* Implement no-op for python._loadLanguageServerExtension
* Add tests for switch to LS diagnostic
"description": "Path to a writable folder where analyzer can cache its data. Change requires restart.",
465
-
"scope": "resource",
466
-
"type": "string"
467
-
},
468
-
"python.analysis.diagnosticPublishDelay": {
469
-
"default": 1000,
470
-
"description": "Delay before diagnostic messages are transferred to the problems list (in milliseconds).",
471
-
"scope": "resource",
472
-
"type": "integer"
473
-
},
474
-
"python.analysis.disabled": {
475
-
"default": [],
476
-
"description": "List of suppressed diagnostic messages.",
477
-
"items": {
478
-
"type": "string"
479
-
},
480
-
"scope": "resource",
481
-
"type": "array"
482
-
},
483
-
"python.analysis.errors": {
484
-
"default": [],
485
-
"description": "List of diagnostics messages to be shown as errors.",
486
-
"items": {
487
-
"type": "string"
488
-
},
489
-
"scope": "resource",
490
-
"type": "array"
491
-
},
492
-
"python.analysis.information": {
493
-
"default": [],
494
-
"description": "List of diagnostics messages to be shown as information.",
495
-
"items": {
496
-
"type": "string"
497
-
},
498
-
"scope": "resource",
499
-
"type": "array"
500
-
},
501
-
"python.analysis.logLevel": {
502
-
"default": "Error",
503
-
"description": "Defines type of log messages language server writes into the output window.",
504
-
"enum": [
505
-
"Error",
506
-
"Information",
507
-
"Trace",
508
-
"Warning"
509
-
],
510
-
"scope": "resource",
511
-
"type": "string"
512
-
},
513
-
"python.analysis.memory.keepLibraryAst": {
514
-
"default": false,
515
-
"description": "Allows code analysis to keep parser trees in memory. Increases memory consumption but may improve performance with large library analysis.",
516
-
"scope": "resource",
517
-
"type": "boolean"
518
-
},
519
-
"python.analysis.symbolsHierarchyDepthLimit": {
520
-
"default": 10,
521
-
"description": "Limits depth of the symbol tree in the document outline.",
522
-
"scope": "resource",
523
-
"type": "integer"
524
-
},
525
-
"python.analysis.typeshedPaths": {
526
-
"default": [],
527
-
"description": "Paths to Typeshed stub folders. Default is Typeshed installed with the language server. Change requires restart.",
528
-
"items": {
529
-
"type": "string"
530
-
},
531
-
"scope": "resource",
532
-
"type": "array"
533
-
},
534
-
"python.analysis.warnings": {
535
-
"default": [],
536
-
"description": "List of diagnostics messages to be shown as warnings.",
537
-
"items": {
538
-
"type": "string"
539
-
},
540
-
"scope": "resource",
541
-
"type": "array"
542
-
},
543
-
"python.autoComplete.addBrackets": {
544
-
"default": false,
545
-
"description": "Automatically add brackets for functions.",
546
-
"scope": "resource",
547
-
"type": "boolean"
548
-
},
549
458
"python.autoComplete.extraPaths": {
550
459
"default": [],
551
460
"description": "List of paths to libraries and the like that need to be imported by auto complete engine. E.g. when using Google App SDK, the paths are not in system path, hence need to be added into this list.",
552
461
"scope": "resource",
553
462
"type": "array"
554
463
},
555
-
"python.autoComplete.showAdvancedMembers": {
556
-
"default": true,
557
-
"description": "Controls appearance of methods with double underscores in the completion list.",
558
-
"scope": "resource",
559
-
"type": "boolean"
560
-
},
561
-
"python.autoComplete.typeshedPaths": {
562
-
"default": [],
563
-
"description": "Specifies paths to local typeshed repository clone(s) for the Python language server.",
564
-
"items": {
565
-
"type": "string"
566
-
},
567
-
"scope": "resource",
568
-
"type": "array"
569
-
},
570
-
"python.autoUpdateLanguageServer": {
571
-
"default": true,
572
-
"description": "Automatically update the language server.",
573
-
"scope": "application",
574
-
"type": "boolean"
575
-
},
576
464
"python.condaPath": {
577
465
"default": "",
578
466
"description": "Path to the conda executable to use for activation (version 4.4+).",
"LanguageService.statusItem.detail": "Limited IntelliSense provided by Pylance",
172
171
"LanguageService.lsFailedToStart": "We encountered an issue starting the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
@@ -177,7 +176,6 @@
177
176
"LanguageService.extractionCompletedOutputMessage": "Language server download complete",
"LanguageService.reloadVSCodeIfSeachPathHasChanged": "Search paths have changed for this Python interpreter. Please reload the extension to ensure that the IntelliSense works correctly",
180
-
"LanguageService.startingMicrosoft": "Starting Microsoft Python language server.",
181
179
"LanguageService.startingPylance": "Starting Pylance language server.",
182
180
"LanguageService.startingJedi": "Starting Jedi language server.",
183
181
"LanguageService.startingNone": "Editor support is inactive since language server is set to None.",
"TensorBoard.enterRemoteUrlDetail": "Enter a URL pointing to a remote directory containing your TensorBoard log files",
223
-
"MPLSDeprecation.bannerMessage": "The Microsoft Python Language Server is reaching end of life at the beginning of November. If you do not select a new language server, you will have your setting automatically updated at deprecation. Read more about this in our [September release blog post](https://aka.ms/pvsc-september-2021). Please switch your language server to a supported value:",
224
-
"MPLSDeprecation.switchToPylance": "Switch to Pylance (recommended)",
225
-
"MPLSDeprecation.switchToJedi": "Switch to Jedi (open source)"
221
+
"SwitchToDefaultLS.bannerMessage": "The Microsoft Python Language Server has reached end of life. Your language server has been set to the default for Python in VS Code, Pylance. If you’d like to change your language server, you can learn about how to do so [here](https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2021-release/#configuring-your-language-server). Read Pylance’s license [here](https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license)."
0 commit comments