Skip to content

Commit 1ac7e2b

Browse files
committed
update doc
1 parent 5b98271 commit 1ac7e2b

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ This setting is application scoped and changing the setting requires restarting
3333

3434
## Specifying Style Sheets
3535

36-
Style sheets can be specified in VS Code settings per workspace folder in `.vscode/settings.json` and will suggest for all configured languages within that workspace folder.
36+
Remote and local style sheets with optional glob patterns can be specified in VS Code settings per workspace folder in `.vscode/settings.json` and will suggest for all configured languages within that workspace folder.
3737

38-
### Glob Patterns
39-
40-
Glob patterns can have the following syntax:
38+
Glob patterns for local style sheets can have the following syntax:
4139

4240
| Pattern | Matches |
4341
| ------- | ------------------------------------------- |

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@rollup/plugin-typescript": "^11.1.6",
121121
"@types/line-column": "^1.0.2",
122122
"@types/mocha": "^10.0.6",
123-
"@types/node": "^20.11.10",
123+
"@types/node": "^20.11.11",
124124
"@types/sinon": "^17.0.3",
125125
"@types/vscode": "^1.75.0",
126126
"@vscode/test-electron": "^2.3.9",

0 commit comments

Comments
 (0)