Skip to content

Commit 7334be7

Browse files
authored
Always display dunder variables when using new language server (microsoft#2033)
Fixes microsoft#2013
1 parent e506183 commit 7334be7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/2 Fixes/2013.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensure dunder variables are always displayed in code completion when using the new language server.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@
11691169
},
11701170
"python.autoComplete.showAdvancedMembers": {
11711171
"type": "boolean",
1172-
"default": false,
1172+
"default": true,
11731173
"description": "Controls appearance of methods with double underscores in the completion list.",
11741174
"scope": "resource"
11751175
},

0 commit comments

Comments
 (0)