Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jan 30, 2024
1 parent 5b98271 commit 1ac7e2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ This setting is application scoped and changing the setting requires restarting

## Specifying Style Sheets

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.
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.

### Glob Patterns

Glob patterns can have the following syntax:
Glob patterns for local style sheets can have the following syntax:

| Pattern | Matches |
| ------- | ------------------------------------------- |
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/line-column": "^1.0.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.10",
"@types/node": "^20.11.11",
"@types/sinon": "^17.0.3",
"@types/vscode": "^1.75.0",
"@vscode/test-electron": "^2.3.9",
Expand Down

0 comments on commit 1ac7e2b

Please sign in to comment.