Skip to content

Commit 15fa1d3

Browse files
Fix fixtures not being properly renamed
1 parent 44e1815 commit 15fa1d3

File tree

7 files changed

+1
-85
lines changed

7 files changed

+1
-85
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

data/fixtures/scopes/python/collectionItem/collectionItem.unenclosed2.scope

Lines changed: 0 additions & 49 deletions
This file was deleted.

data/fixtures/scopes/python/collectionItem/collectionItem.unenclosed3.scope

Lines changed: 0 additions & 17 deletions
This file was deleted.

data/fixtures/scopes/python/collectionItem/collectionItem.unenclosed4.scope

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/common/src/scopeSupportFacets/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const cssScopeSupport: LanguageScopeSupportFacetMap = {
4444
/* NOT APPLICABLE */
4545

4646
// Multiline unenclosed item
47-
"collectionItem.unenclosed.singleLine": supported,
47+
"collectionItem.unenclosed.singleLine": notApplicable,
4848

4949
// Variable
5050
"statement.variable": notApplicable,

0 commit comments

Comments
 (0)