Skip to content

Commit 97473d1

Browse files
Rename
1 parent 15692c8 commit 97473d1

File tree

1 file changed

+2
-2
lines changed
  • packages/common/src/scopeSupportFacets

1 file changed

+2
-2
lines changed

packages/common/src/scopeSupportFacets/python.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
142142

143143
// Unsupported
144144

145-
"namedFunction.iteration": unsupported,
146-
"functionName.iteration": unsupported,
145+
"namedFunction.iteration.block": unsupported,
146+
"functionName.iteration.block": unsupported,
147147
"class.iteration.block": unsupported,
148148
"className.iteration.block": unsupported,
149149

0 commit comments

Comments
 (0)